Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- forward fallout1(playerid);
- public fallout1(playerid)
- {
- if(IsPlayerConnected(playerid))
- {
- if(fallout[playerid] == 1)
- {
- fallout[playerid] = 0;
- TogglePlayerControllable(playerid, 1);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment