23.03.2012, 20:15
This would involve a ton of
if(inputtext == 'skinid')
{
So,
if(inputtext == '1')
{
SetPlayerSkin(playerid, 1);
SendClientMessage(playerid, COLOR_WHITE, "You've changed your skin to ID 1!");
}
There is another way, but I don't know how to say it.
if(inputtext == 'skinid')
{
So,
if(inputtext == '1')
{
SetPlayerSkin(playerid, 1);
SendClientMessage(playerid, COLOR_WHITE, "You've changed your skin to ID 1!");
}
There is another way, but I don't know how to say it.

