Search Results
Quote: Originally Posted by JPs_ Nice Map
633
Use: https://sampwiki.blast.hk/wiki/Format under: pawn Код: public OnPlayerText(playerid, text[])
188
https://sampwiki.blast.hk/wiki/Colors_List Use the alpha values
85
Just use: pawn Код: ChangeVehicleColor(vehicleid, color1, color2);
90
Nope its the same. I type /skin 289 and it sets cj skin and when i try again like /skin 50 or whatever number it says invalid skin id.
93
I know its a simple command but i have a problem when i type like /skin 289 (and i set the limit of skin 0-28 it sets the skin but it should return and send a inavlid skin id message. CODE: pawn К...
93
Try something like this: pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if(strcmp(cmdtext, "/apply", true) == 0)    {      new name[MAX_PLAYER_NAME], string[128];      Ge...
185
Just use the function pawn Код: SetPlayerName(playerid, const name[]); in pawn Код: OnPlayerCommandText(playerid, cmdtext[])
185
Search http://forum.sa-mp.com/index.php?action=search
63
Quote: Originally Posted by MenaceX^ strval(inputtext); I dont get it?
138
Hello. I have been working on a makeadmin command. First when i type makeadmin it shows a dialog where you need to input the playerid of the player who you want to make admin, and after that the secon...
138
Quote: Originally Posted by Jake Winstonn I wana be owner and I need scripter Partner If you dont like something dont post comments I just said my opinion.
138
What is the use of getting lvl 5 if instead of making you a server we could make a server for ourselfs and be owner in it?
138
I have this command pawn Код: if(strcmp(cmdtext, "/stats", true) == 0)    {new Float:health, Float:armour;GetPlayerHealth(playerid, health);GetPlayerArmour(playerid, armour);format(s, sizeof(s)...
57