This website requires JavaScript.
Explore
Help
Register
Sign In
source
/
sourcemod
Watch
1
Star
0
Fork
0
You've already forked sourcemod
mirror of
https://github.com/alliedmodders/sourcemod.git
synced
2025-12-09 11:28:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d9ce8249cb
sourcemod
/
sourcepawn
/
compiler
/
tests
/
ok-bad-int-cast.sp
David Anderson
0295f817b8
Allow int: and void: tags, but warn.
2014-12-10 02:36:30 -08:00
5 lines
38 B
SourcePawn
Raw
Blame
History
public
main
(
)
{
new
class
=
int
:
5
;
}
Reference in New Issue
View Git Blame
Copy Permalink