how do i?
#1

how do i make text on like say if the player is at the skin selection screen and is at id 285 it will make a text saying Cop and if changed it will change to the next skins text



P.S.

i would have used search but i didnt know what to search for
Reply
#2

Use this code:
Quote:

public OnPlayerRequestClass(playerid,classid)
{
if(classid == 0)
{
GameTextForPlayer(playerid, "~r~this is a text on top of the character", 3000, 4);
}
else
{
GameTextForPlayer(playerid, "~b~and so is this", 3000, 4);
}
return 1;
}

Reply


Forum Jump:


Users browsing this thread: