Search Results
Someone please correct me if im wrong but, i don't think there is a way to detect if they press ESC.
103
Quote: Originally Posted by Rafael_Zambrano pawn Код: CMD:welcome(playerid, params[]){    if(isnull(params)) return SendClientMessage(playerid, -1, "Usage: /welcome < text >");...
69
Quote: Originally Posted by Cypress No, they aren't all good. Good ones are good, bad ones are bad. That's fact around SA-MP not only with gang war servers. That is opinionated. What yo...
185
Quote: Originally Posted by IceCube! Not all scripts have Dialog Defines, some people use memory which I dont understand hence why i gave this and another method above. Oh. Thanks for t...
154
You got to look for something like this: pawn Код: #define DIALOG_LOGIN        0 Then just change the number to a different one like this: pawn Код: #define DIALOG_LOGIN        101 And...
154
That is a checkpoint just maybe a smaller size and it does leave a red square only when you get near it. I recommend using This Streamer plugin by Incognito if you want multiple.
116
pawn Код: //================ Rainbow Man ==========//======= By Teddy ============#include <a_samp>#define COLOR_RED 0xFF0000FFnew CTimer1;new CTimer2;new CTimer3;new CTimer4;new CTimer5;for...
297
I have not seen a map with this amount of creativity yet. Keep up the good work!
235
I like hsn786's Work especially the use of the smudge tool on the Iron man render
189
Im not a Photoshop pro like Jansish but here ya go. I didnt really know what else to put.
251
Quote: Originally Posted by sam1929 I own my own IRC Network and I believe you made a irc fs it looks nice but I can't believe you told this Guy to removed the # as someone who made a irc ...
281
Why does the !fix, !repair, !flip, and !givecar add to warns? And "#channel" Wont work. Try removing the "#" and just leaving channel. Nice attempt though
281
Quote: Originally Posted by mgd ? i only take the !credits command from your script. so ur credits added for it. Oh Really? That !cmds is a edit of mine (btw if you read the IRC plugin ...
666
So Your "Pro" IRC script contains some of My G-IRC commands that you just decided to edit and call your own? Whats the point of putting "do not remove the credits please." if you cant even give credit...
666
Untested. pawn Код: CMD:i(playerid, params[]){        new targetid,string[256],string2[256],name[60];        if(sscanf(params, "u", targetid))         {            SendClientMess...
183
Try this pawn Код: CMD:i(playerid, params[]){        new targetid,id,string[256],string2[256],name[60];        if(sscanf(params, "u", targetid))         {            SendClientMe...
183
pawn Код: CMD:admins(playerid, params[]){    new bool:Count;    new str[45], Admin[MAX_PLAYER_NAME], str2[128];    for(new i, j = GetMaxPlayers(); i != j; i++)    {        if(PlayerInf...
152