06.08.2011, 14:33
Okay
PS: Stupid questions gets stupid answers!
pawn Код:
if(strcmp(cmd, "/buygas", true) == 0)
{
return 1;
}
if(strcmp(cmd, "/sellgas", true) == 0)
{
return 1;
}