Search Results
Thank you for helping. +Rep added
104
I'm new to the whole zCMD and Sscanf thing and it seems that I can't figure out what is wrong with this command. I've been struggling with this for about an hour now. Can someone point me out what am ...
104
Mirror please. DL link is now invalid
1,400
Sometimes I climb down a wooden ladder and then I poop inside a tubesock.
150
pawn Код: new giveplayerid, moneys, idx;new playermoney; pawn Код: if(strcmp(cmd, "/givecash", true) == 0) {        new tmp[256];        tmp = strtok(cmdtext, idx);        if(!str...
86
pawn Code: if (strcmp(cmd, "/admins", true) == 0)    {        if(IsPlayerConnected(playerid))        {            SendClientMessage(playerid, COLOR_GREEN, "| Admins Online: |");    ...
87
http://pastebin.com/TAL3LSpd copy these and paste them in the top of your script :P
131
pawn Код: #define COLOR_PURPLE 0xC2A2DAAA
137
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if(!strcmp(cmdtext, "/me", true, 3)) // 3 is the length of /me    {        if(!cmdtext[3])return SendClientMessage(playerid, 0...
137
pawn Код: To the top of your script/FSforward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);and paste this to the bottom of your script.public ProxDetector(Float:radi, play...
246
http://forum.sa-mp.com/showthread.ph...extdraw+editor just use this FS :P
182
Add this to the top of your script. pawn Код: #define COLOR_GRAD2 0xBFC0C2FF
200
Quote: Originally Posted by SkyWings Yes, but its going to player, i need get it. You edited your post and so did I
200
pawn Код: if(strcmp(cmd, "/gethere", true) == 0) // Command    {        if(IsPlayerConnected(playerid)) // Is (s)he connected        {            tmp = strtok(cmdtext, idx);    Â...
200
You mean to teleport the player to you?
200
Quote: Originally Posted by suhrab_mujeeb When you destroy a pickup the pickup id coming next becomes the one you destroyed and once you create another, it becomes the next pickup id. To e...
242