21.03.2011, 02:06
[PAWN] if (strcmp("/entergarage", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, -709.9, 964.1, 581.0;
SendClientMessage(playerid, 0x388e8e, "Welcome to Johns Garage");
return 1;
}
[PAWN]
How can I keep the player in their car when they enter the garage?
{
SetPlayerPos(playerid, -709.9, 964.1, 581.0;
SendClientMessage(playerid, 0x388e8e, "Welcome to Johns Garage");
return 1;
}
[PAWN]
How can I keep the player in their car when they enter the garage?