Search Results
How do I find player by his name? I know that you can use sscand but i can only make it work with command, i want to search player by name in a function
548
Quote: Originally Posted by Kwarde CreateRobberyCheckpoint uses "szName[ 32 ]". CreateBusiness uses "const szName[ 32 ]", that's what is up You can safely remove the constant declaration...
345
PHP Code: stock CreateRobberyCheckpoint( szName[ 32 ], iRobValue, Float: fX, Float: fY, Float: fZ, Float: rotation, worldid ) {     new Float: offsetX, Float: offsetY;   Â...
345
I'm seeking for help,you better not to reply. and.. Quote: Originally Posted by CodeStyle175 when you are inside vehicle and destroy it world objects what are downloaded from models folde...
129
what? I dont understand sorry. I want to block specific vehicles for a command,that's why I want to make an array for it
129
I want something like this but vehicle id,not vehicle names. PHP код: new VehicleNames[212][] = {     "Landstalker","Bravura","Buffalo","Linerunner","Pereniel","Sentinel","Dumper","Fire...
129
I missed the ) after first comparison,thanks though
111
whats wrong me trying to check if city or country string is unknown PHP код: if(strcmp(city, "Unknown" || strcmp(country, "Unknown")) 
111
thanks,it compiled. but how do I make so that skin id 26001..26007 only can be used for premium? PHP код: stock IsValidSkin(skinid) {     switch(skinid)     {         case 0....
183
I got this error now PHP код: error 002: only a single statement (or expression) can follow each "case"warning 215: expression has no effectwarning 209: function "IsValidSkin...
183
Код: error 002: only a single statement (or expression) can follow each "case" warning 215: expression has no effect warning 209: function "IsValidSkin" should return a value error 054: unmatched ...
183
and how do I add skin id 74 to exception ?
183
can anyone give me function IsValidCustomSkin pls? or an example to store custom skin in an array and do if(CustomSkinArray ??
183
/whiteadd doesn't work,it don't add file
188
Thanks,but I don't want to reupload my gamemode just to add 1 beta tester. I want to make it more dynamic,so I only add 1 line in sql or ini file. anyone?
188
Hey, my server is currently on beta version and i want to allow players with nicknames that i already write inside a file or sql. any example how can I do it? so for example I create a file or sql ta...
188
Quote: Originally Posted by Meller who tf r u, retarded piece of shit rofl He's right,you're retarded
378
Someone please create a new download link for this,please
1,317
create pawn.cfg inside your pawn directory,and then write -d3
140
Use -d3 when compiling and then load crashdetect plugin
140