Search Results
i think its might be because you have two different things named "losehp"... change one of them... or the function or the timer
108
i don't have much time to go over your script but i noticed that all of your "SendClientMessageToAll" have only color... you suppose to add string to show... for example: Quote: SendClient...
81
you forgot ')' for the "if"... replace: Quote: if(GetVehicleParamsEx(veh,engine,lights,alarm,door s,bonnet,VEHICLE_PARAMS_OFF,objective))
65
oh......you people are hard.... anyway... show what are the lines with the errors...
143
make sure you have the same return at the OnDialogResponse... in all the FSes and the GM
228
foreach... because for(the loop) goes over all the players... and foreach goes through the online players
140
add this at the top of the command... pawn Код: if(/*Check if player isn't an admin*/) return SendClientMessage(playerid,COLOR_WHITE,"You are not an admin!");
57
tnx... if there's any problems/bugs post here... enjoy :]
550
you mean like this? pawn Код: public OnPlayerText(playerid,text[]){    return 0;// players can't post...}
116
try this pawn Код: dcmd_mute(playerid,params[]){    new id,reason[128],pName[MAX_PLAYER_NAME],file[128];    if(PInfo[playerid][Level] < 3) return 0;    if(sscanf(params,"is[128]",id,reaso...
97
so save the cars info in a file and laod it.. into dmCars[MAX_VEHICLES]; and check if the car is dm car... if(dmCars[vehid]==1) then it'll destroy them...
150
You can add how much you want... (for more edit MAX_ANSWERS)... and you can add only 2 or 3... after you add the 2 and you at the third answer instead of add do "Start Vote"
550
Tnx guy :]... Added Pics... Note: You Choose the answers, at the second pic you write the answer and this appears again and again untill you click "Start Vote" or it reaches the maximum answers... E...
550