Search Results
It would be nice , the nuclear bomb can be a moving object that drops on your head and explodes leaving you dead ..
120
Check what ? Like if theres anyone in the vehicle as passenger or not ?
159
Quote: Originally Posted by Beaver07 he didnt specify if it was to be local or global. Oh sorry then
100
Or just show the code (SendClientMessageToAll) so that we can help you in a more efficient way
86
Loose indentations are indeed not harmful but learning to indent the codes properly is better than just added tabsize .. Anyways thanks for the help ...
187
pawn Код: SendClientMessageToAll(color, string); Why ToAll ? Shoudnt it be sent only to the player who types the command and people near him/her
100
Quote: Originally Posted by Big_Dan nice job man Thanks
772
Quote: Originally Posted by Backwardsman97 What if the player exits the menu though? Erm.. Yes then he would be set to the team even if he just types the command
180
Why dont you put these lines in the command that you type to show menu ? pawn Код: if(strcmp("/menu",cmdtext,5) == 0){        gTeam[playerid] = TEAM_WSPD;        SetPlayerColor(playerid, ...
180
a_samp.inc is included in the server download package
61
pawn Код: public IsAnOwnableCar(vehicleid){    if(vehicleid >= 190 && vehicleid <= 275)/*change it to what it should be*/ { return 1; }    return 0;}
186
Quote: Originally Posted by Lilcuete Yes i did Then maybe show me your script
186
Did you make a new callback like pawn Код: public IsAGangCar Or something like that ?
186
You increases 268 to 275 but did you also increase 189 ?
186
Add this to the top of your script pawn Код: #pragma unused FixHour
135
Quote: Originally Posted by NikolajAren Quote: Originally Posted by ►Peter Corneile◄ Quote: Originally Posted by NikolajAren THIS IS FUCKING AWESOME!!! FUCKING ...
772
Quote: Originally Posted by Mr.Praht How.. When i add then he says some "END NOW" " NOT RESPONTING" jne.. i think i do sb wrong but i dont know what did i do! I didnt understand what y...
174