30.10.2012, 18:17
If I want to make like "IsAGov" or stuff like that. How would I define the? I would like to be given a short tutorial on define and how it works, the simple way, please. It will be kind of you.
pInfo[playerid][pGov] // That's your variable
stock IsAGov(playerid)
{
if(pInfo[playerid][pGov] == 1)
{
return 1;
} else return 0;
}