Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(strcmp(cmd, "/letenjeupali", true) == 0)
- {
- if(PlayerInfo[playerid][pAdmin] >= 4)
- {
- StartFly(playerid);
- }
- return 1;
- }
- if(strcmp(cmd, "/letenjeugasi", true) == 0)
- {
- if(PlayerInfo[playerid][pAdmin] >= 4)
- {
- StopFly(playerid);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment