20.10.2012, 13:50
Hi again, i got another question, i want to add a text in the skin selection menu that says "Hit right-shift to continue"
and then when i spawned i want it to say "write /skin ID to get a new skin!", How can this be done? I've one been able to do this, but it gives me an error message.
public OnPlayerSpawn(playerid)
{
SendPlayerMessageToPlayer(playerid, "Write /skin ID to get the skin you want!");
return 1;
}
Thanks in forehand!
and then when i spawned i want it to say "write /skin ID to get a new skin!", How can this be done? I've one been able to do this, but it gives me an error message.
public OnPlayerSpawn(playerid)
{
SendPlayerMessageToPlayer(playerid, "Write /skin ID to get the skin you want!");
return 1;
}
Thanks in forehand!