05.09.2011, 11:01
Quote:
No man, I want it as stock!
'Cause I will need it later for my businesses! For example: if(IsPlayerOG) then the business can be bought |
pawn Код:
new bool:IsPlayerOG[MAX_PLAYERS];
CMD:buybusiness(playerid,params[])
{
if(IsPlayerOG[playerid])
{
//Buy business thinghy
}
return 1;
}