Please Help me with this..
#1

Hey can anyone give me /skin Commands for roleplay i need it in binco..

Sorry for my bad english.
Reply
#2

Код:
if(strcmp(cmd, "/skin", true) == 0)
{
new Skin;
tmp = strtok(cmdtext, idx);
Skin = strval(tmp);
if(!strlen(tmp)) return SendClientMessage(playerid, COLOR, "Usage: /skin [0 - 299]");
if(Skin >= 300) return SendClientMessage(playerid, COLOR, "Skins: 0 - 299");
SetPlayerSkin(playerid, Skin);
return 1;
}
Reply
#3

There is no need to create a new topic, but since you're new, request it here and wait for it!
Reply
#4

i'm sucks with make scrtips but..
can you give it full

Sorry for my bad english
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)