Search Results
Under if(fexist(file)) your not setting there level infact nothing, Try setting there actuall values under if(fexist(file)) so when they connect they will be set there correct values.
144
try this.. pawn Код: {    if(IsPlayerCop(killerid) || IsPlayerArmy(killerid) || IsPlayerSwat(killerid) && IsPlayerCop(playerid) || IsPlayerArmy(playerid) || IsPlayerSwat(playerid))   ...
373
make sure u change the RCON pass and PORT in the CFG before you try run it..I found that out the hard way xD
190
We its possible seen it before on a server basically when they shoot anywhere they gain wanted level Any help on where to begin? Thanks in advanced!
103
Im sure its when u roll out of the car... You jump back and roll a few times then lay flat out on the ground**Needs to be manually stopped I cant find the name anywhere the wiki on anims is small bu...
200
What animation name must i apply for a "RollFall" animation? Thanks..
200
are you trying to make a include?
190
pawn Код: public OnPlayerDisconnect(playerid, reason){    new name[MAX_PLAYER_NAME], file[128], Float:x, Float:y, Float:z;    GetPlayerName(playerid, name, sizeof(name));    format(file, siz...
119
ZCMD return with true and false change return 1; to return true;
289
they both compile just not sure if the braces are needed,Please tell me what way is better.. A: pawn Код: CMD:cuff(playerid, params[]){    new targetid;    new Float:x, Float:y, Float:z;  Â...
111
Quote: Originally Posted by Ironboy lol he copied it from samp wiki Lol was just thinking that xD
265
Quote: Originally Posted by YungGee Count you spaces in 4 like this... pawn Код: if(!strcmp("/goout",cmdtext)){    if(IsPlayerInRangeOfPoint(playerid, 3.0, 1415.951171,-988.971191,1...
375
pawn Код: if(strcmp(cmd, "/park", true) == 0)    {        new name[MAX_PLAYERS];        new Float:x,Float:y,Float:z;        new Float:a;        new carid;        new getcarid...
209
Im guessing you mean /goto as goto w/e... here u go? pawn Код: if(strcmp("/goto", cmdtext, true, 10) == 0) {    SetPlayerPos(playerid,X,Y,Z);    return 1;}
117
Count you spaces in 4 like this... pawn Код: if(!strcmp("/goout",cmdtext)){    if(IsPlayerInRangeOfPoint(playerid, 3.0, 1415.951171,-988.971191,1639.980224))    {         SetPlayerPos(pl...
375
the last return i see is returning this: if(getcarid == carid) ... I dont see the command being returned..Shall i show u?
209
Line 334/331: Make the tmp and tmp2 stings bigger if there [128] make them [256] Line 285: if its not registering the SendClientMessage function u dont have the a_samp included.. add: #include <...
144
change Create3DTextLabel("/policeonly\",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0); to Create3DTextLabel("/policeonly",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0); i guess..Try ...
193
which lines is line 10...And you did return the callback right?
193