Search Results
There's no point on creating a thread like this, anyway. You're just wasting your own time. Email it to the SA-MP team if you want them to do something. Quote: Originally Posted by RealCop2...
2,061
/facepalm Quote: Originally Posted by [L3th4l] What's the difference between /brb and /afk? Also, you don't need to do this: pawn Код: format(string, sizeof(string), "You Have sent A M...
229
Search for OnPlayerPause here in the forum.
109
Do you have a register/login system when player connects to your server?
140
You would need the SetTimerEx.
104
2000 is the limit of the cars spawned on the server. Refer to this: https://sampwiki.blast.hk/wiki/Limits
300
Which line of the code's showing error?
73
Hey there(and welcome back)!
176
According to the error message, you need to define the "tohash". Do you actually have "tohash" function in your script?
71
Good for you if you have found the solution. For those who haven't, take a look at this: https://sampwiki.blast.hk/wiki/Dialog
70
Then from this line: pawn Код: if( ID == INVALID_PLAYER_ID || ID == playerid ) Remove the "ID == playerid", if you want to test by kicking yourself.
114
Quote: Originally Posted by Hiddos Well, if I think about something which I find 'awesome' and see a way of implementing it into SA:MP (Btw, Pawno is an editor for the PAWN language ), I'l...
167
Quote: Originally Posted by Mauzen Dont script for success, but for fun, and you cant fail (Scripts made because of personal fun often are the better ones anyways) This. If you script...
188
Don't forget the wiki as well!
90
format(str, sizeof(str), "* %s %s", str, cmdtext[4]); Use 128... format(str, sizeof(str), "* [DO] %s", cmdtext[128]);
144
It sounds like you need the Audio Plugin!
176
Try this: https://sampforum.blast.hk/showthread.php?tid=56564
168
Quote: Originally Posted by Macluawn I think it's possible. SetPlayerCameraLookAt(playerid,x,y,z); don't know if it goes back to normal once player moves the mouse. It's not possible.. ...
86
Quote: Originally Posted by Michael@Belgium yes it works ty xD Uh.. You might want to edit it a little bit, because if you put that in your script, everyone can do /akill and kill othe...
135