11.10.2009, 12:30
Hmm,try:
I Didnt test it,But this is may work.
The 14 means the number of characters.
Wow the indentation fucked.
pawn Код:
if (strcmp("/command space", cmdtext, true, 14) == 0)
{
if(IsPlayerConnected(playerid))
{
//Some code over here.
}
return 1;
}
The 14 means the number of characters.
Wow the indentation fucked.

