11.07.2009, 10:45
Quote:
|
Originally Posted by Abernethy
Ah don't worry, guys, I'll do a shitload of searching.
|
pawn Код:
public OnPlayerText(playerid, text[])
{
if(strcmp(text, "jobs", true) == 0)
{
//...
}
return 1;
}
|
Originally Posted by Abernethy
Ah don't worry, guys, I'll do a shitload of searching.
|
public OnPlayerText(playerid, text[])
{
if(strcmp(text, "jobs", true) == 0)
{
//...
}
return 1;
}