19.10.2009, 23:05
if (strcmp("/monster", cmdtext, true, == 0)
{
PutPlayerInVehicle(playerid,556,0);
return 1;
}
That doesn't work. There's way more to it and I know there is.
{
PutPlayerInVehicle(playerid,556,0);
return 1;
}
That doesn't work. There's way more to it and I know there is.