30.03.2009, 23:19
one question , could i do this, it would be a little easier:
would that work?
EDIT: also how can i stop the "1" from displaying? it says on chat "Ethan: 1" when i do it, can i stop that?
pawn Код:
//OnPlayerText
if(enableCmd[playerid] && IsPlayerInCheckpoint(playerid))
{
if(!strcmp(text, "", true))
{
switch(text)
{
case 1: // player typed in 1
case 2: // player typed in 2
etc.....
}
}
}
EDIT: also how can i stop the "1" from displaying? it says on chat "Ethan: 1" when i do it, can i stop that?

