22.01.2010, 09:28
Код:
if(Belt[playerid] == 1) { SendClientMessage(playerid,COLOR_LIGHTBLUE, "First Unzip the belt"); return 1; }
if(Belt[playerid] == 1) { SendClientMessage(playerid,COLOR_LIGHTBLUE, "First Unzip the belt"); return 1; }
if(Belt[playerid] == 1)
{
SendClientMessage(playerid,COLOR_LIGHTBLUE, "First Unzip the belt");
TogglePlayerControllable(playerid,0);
return 1;
}
Originally Posted by JoeDaDude
https://sampwiki.blast.hk/wiki/TogglePlayerControllable
pawn Код:
|
Originally Posted by JoeDaDude
Ah, Erm, Dunno xd
i can think of a way but its hard to explain, And involves alot of coding |
Originally Posted by JoeDaDude
Il try
|