Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public:acIsSpawned(playerid) {
- if (pData[playerid][Spawned]) {
- return 1;
- }
- return 0;
- }
- Public:isPlayerPaused(playerid) {
- if (pData[playerid][Paused]) {
- return 1;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment