Search Results
Use:
https://sampwiki.blast.hk/wiki/Format
under:
pawn Код:
public OnPlayerText(playerid, text[])
359
I dont get it. Please explain it more.
263
https://sampwiki.blast.hk/wiki/Colors_List
Use the alpha values
201
Just use:
pawn Код:
ChangeVehicleColor(vehicleid, color1, color2);
165
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.
179
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 К...
179
Try something like this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]){ if(strcmp(cmdtext, "/apply", true) == 0) { new name[MAX_PLAYER_NAME], string[128]; Ge...
303
Just use search
242
Just use the function
pawn Код:
SetPlayerName(playerid, const name[]);
in
pawn Код:
OnPlayerCommandText(playerid, cmdtext[])
303
Search http://forum.sa-mp.com/index.php?action=search
132
Quote:
Originally Posted by MenaceX^
strval(inputtext);
I dont get it?
237
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...
237
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.
290
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?
290
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)...
148