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
768
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...
485
PHP Code:
stock CreateRobberyCheckpoint( szName[ 32 ], iRobValue, Float: fX, Float: fY, Float: fZ, Float: rotation, worldid )
{
    new Float: offsetX, Float: offsetY;
  Â...
485
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...
305
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
305
I want something like this but vehicle id,not vehicle names.
PHP код:
new VehicleNames[212][] = {
    "Landstalker","Bravura","Buffalo","Linerunner","Pereniel","Sentinel","Dumper","Fire...
305
I missed the ) after first comparison,thanks though
201
whats wrong
me trying to check if city or country string is unknown
PHP код:
if(strcmp(city, "Unknown" || strcmp(country, "Unknown"))Â
201
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....
362
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...
362
Код:
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 ...
362
and how do I add skin id 74 to exception ?
362
can anyone give me function IsValidCustomSkin pls?
or an example to store custom skin in an array and do if(CustomSkinArray ??
362
/whiteadd doesn't work,it don't add file
332
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?
332
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...
332
Quote:
Originally Posted by Meller
who tf r u, retarded piece of shit rofl
He's right,you're retarded
615
Someone please create a new download link for this,please
1,892
create pawn.cfg inside your pawn directory,and then write -d3
262
Use -d3 when compiling and then load crashdetect plugin
262