11.07.2009, 10:55
That'll do stuff even when you're not at a computer. If you just randomly type jobs, that would come up.
That's the closest you have got to something working...
Again, my example.
Hope it can help you.
Quote:
|
Originally Posted by Abernethy
Look.
I forgot where I saw the code before, so i need your help. I've already got when they type /pc it's about 850+ lines. All I'm doing is this. pawn Код:
|
Again, my example.
pawn Код:
public OnPlayerText(playerid, text[])
{
if(PlayerOnPC[playerid] == 1)
{
if(!strcmp(text, "Games", true))
{
// game code here
}
return false;
}
return true;
}

