Search Results
why he say me UNKNOW COMMAND? Help me please this is my gm http://pastebin.com/m4c121186
77
Код: public OnPlayerSpawn(playerid) { SetPlayerCheckpoint(playerid, x, y, z); return 1; } public OnPlayerEnterCheckpoint(playerid) { SetPlayerHealth(playerid, 100.0); return 1; } To find ...
247
Quote: Originally Posted by Luka™ No,they are not same. O_O i took a 0x color and put into photoshop and i got the same color
839
Are the same of html codes .-. just pick a color on photoshop and transfor the code, for example, from #FFFFFFF to 0xFFFFFFF
839
Quote: Originally Posted by JoeDaDude By the code you are giving it dosent look good, Wouldnt that message show everytime he is in that position, And if he stays in that position for a few...
300
Quote: Originally Posted by dice7 Use a timer or put under OnPlayerUpdate. I would also suggest using GetPlayerInterior while checking if a player's in a 24/7 can u write it in pwn?
300
Код: public OnPlayerText(playerid, text[]) { if(strcmp(cmd, "/nos", true) == 0) { new car = GetPlayerVehicleID(playerid); AddVehicleComponent(car,1010); SendClient...
344
Quote: Originally Posted by dice7 pawn Код: if(PlayerToPoint(100, playerid,-26.6916,-55.7149,1003.5469) || PlayerToPoint(100, playerid,-26.6916,-55.7149,1003.5469) || PlayerToPoint(100...
300
Quote: Originally Posted by dice7 https://sampwiki.blast.hk/wiki/SendClientMessageToAll it have nothing to do with what i asked...
300
how can i set that when a player get into a 24/7 shop (that are my banks), appear a message in the chat with the commands of the bank? this is the function that i use to check if a player is in one o...
300
i searche script for money drop but i find only things that give u a certain sum of money when a pleyer death. i want a script that if a player die, and he have 3456$, the pickups spawn with a total a...
113
Here the autofix that i use on my server: PWN: http://www.mediafire.com/download.php?50zwmjdt3nt AMX: http://www.mediafire.com/download.php?zyyozfntjmu
344
Quote: Originally Posted by Don Correlli If he isn't registered then he isn't logged in, if he isn't logged in he can't spawn, is that so hard to understand? _IS_PLAYER_LOGGED_DEFINE_ was ...
254
This is my sellproperty command that i use on my property system Код: if(strcmp(cmd, "/sellproperty", true) == 0) { new str[128]; #if ENABLE_LOGIN_SYSTEM == 1 if(Logged[playerid] == 0) ...
115
no i want that if the player isn't registered he cant spawn, so i have to register an account btw if i compile i got this Код: C:\Documents and Settings\Francesco\Desktop\samp02Xserver.win32\fil...
254
and to do the same think if a player isn't registered?
254
i use the registration system of L ADMIN (http://forum.sa-mp.com/index.php?topic=36990.0) anyone can help me editing this and setting that if a player don't register or don't login, he can't spawn?
254
How can i set the Textdraw as the default San Andreas Texdraw that dysplay vehicle name? (the green textdraw )
182
so i go to debug, i take the cord of my position when i am in front of the shop and then i put the coords in the map icon coords x.x y.y z.z ?
92