Posts: 28
Threads: 6
Joined: Jan 2010
Reputation:
0
Hello there, well yes, im new to scripting, i'm looking for a script command that would be to change skins rapidly.
Like /skin [skin-id]
Then tadam, it changes =D
Posts: 351
Threads: 43
Joined: Jan 2010
Reputation:
0
here:
if (strcmp("/0", cmdtext, true, 10) == 0)
{
SetPlayerSkin(playerid,0);
return 1;
}
try with this one, you'll have to make from 0 to 299 i think xD have fun pasting this.
i'm not in mood of makin a loop. xD
Posts: 351
Threads: 43
Joined: Jan 2010
Reputation:
0
yea lol use kartowa's it's better if you want to make like : /skin 0-299 but if you want some commands like /cj, /army, /truth /ryder,/bsmoke, etc use mine.