Search Results
forward OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart);
172
Can you show the cmd line ?
96
I have the same problem due to losing updates from the server i guess it's from 0.3x-r2 client.
179
https://sampforum.blast.hk/showthread.php?tid=190556
91
There's no UFO but there's UFO sign 16778
72
Ops i forgot the camma pawn Код: enum TDInfo    {            tdRobbingTD0,            tdRobbingTD1,            tdRobbingTD2,    };
155
You forgot to forward. pawn Код: forward RobbingTD(playerid, create); pawn Код: enum TDInfo    {            tdRobbingTD0,            tdRobbingTD1,            tdRobbingTD2Â...
155
Freeze player before the objects will be loaded.
91
pawn Код: if (strcmp(cmdtext, "/info", true) == 0)    {    new tmp[MAX_SERVER_STRING]; tmp = strtok(cmdtext, idx);    if(!strlen(tmp))    {    SendClientMessage(playerid, COLOR_WHITE, "/...
109
Quote: Originally Posted by Mattakil Includes are not needed, if you have samp 0.3x on your server. We talk about compilation xD
180
Quote: Originally Posted by Mattakil I'm pretty sure it's native to samp? Cause i've used it and not the include 0.3x include package...
180
Update all your inlcude to sa-mp 0.3x package include
76
pawn Код: int size;function(size) {    new string[size];}
185
Nope this is the old one download this : http://files.sa-mp.com/samp03x_svr_R2_win32.zip and you will find it in the /pawno/include
180
a_objects it's on samp 0.3x package
180