Search Results
ok, i got it all codded now, compiled fine but when i use it, it dosent work. it dosent send a unknown command message so its doing something not sure what is wrong
139
just add more if(classid == #) you dont realy need the else so it be like... if(classid == 0) { // member 1 } if(classid == 1) { // member 2 } ect
59
thanks for the help on it, i got 2 warnings im not to sure if it makes a huge diffrence as i have never worked with dcmd before mind doing a quick lookover? pawn Код: C:\Documents and Settings\M...
139
lol i wouldnt dought it but heck its what i do :P
138
i "think" not 100% positive Код: if (strcmp(cmdtext, "/pdo", true)==0) { if(GetPlayerName(playerid) == "name") { MoveObject(pdkapija,1587.672,-1638.206,19.376, 8.0); SendClientMessage...
138
something like that, since i cant see your whole coding thats about all i can offer
138
you would need to get the players name if player name == so and so then you can do a command and open/close
138
plz define what you mean by "saving" as in each time peaple log off and log back in or saved within the script during the game?
353
im not 100% sure but you would probuly need to create a type of funtion or state as in... and maybe a type of timer im just throwing this in as a idea cant think of how to do it off the top of my head...
62
i know it is posible but im not to sure how to acculy do it. ive been looking at this that somone made a wile ago trying to figure out if i could modify it to have it detect vehicle id's but havent ha...
139
set up a timer and a true/false integer example if false(/exit) avalible true timer starts at end of timer turn it false and turn timer off
68
try this, untested Код: if (strcmp(cmdtext, "/testcmd", true) == 0) { if(GetPlayerMoney(playerid) => 2500) { GivePlayerWeapon(playerid,46,1); // Parachute with 1 ammo. I want the person t...
125
figures dumb me used wrong color format i cant seam to get it to work, /g works but im unable to send the msg i get a unknown command error
127