Command doesn't work
#4

This is just to help you working more effective,
Instead of:
PHP код:
if(PlayerInfo[playerid][pAdmin] == 5)
{
// code here
}
else
{
// error code here
}
return 
1
Do this:
PHP код:
if(PlayerInfo[playerid][pAdmin] != 5) return // error code
// Your code here, and vouila done.
return 1
This has further nothing to do with your question, though it's just a tip, take it or leave it.
Reply


Messages In This Thread
Command doesn't work - by NealPeteros - 31.10.2016, 12:44
Re: Command doesn't work - by NealPeteros - 31.10.2016, 13:52
Re: Command doesn't work - by NealPeteros - 31.10.2016, 14:29
Re: Command doesn't work - by saffierr - 31.10.2016, 15:01
Re: Command doesn't work - by Micko123 - 31.10.2016, 15:19
Re: Command doesn't work - by NealPeteros - 31.10.2016, 16:01
Re: Command doesn't work - by Micko123 - 31.10.2016, 16:12
Re: Command doesn't work - by NealPeteros - 31.10.2016, 16:20
Re: Command doesn't work - by NealPeteros - 31.10.2016, 16:24
Re: Command doesn't work - by Micko123 - 31.10.2016, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)