14.03.2012, 09:37
Hi there,
May I ask what
That line is for?
Also, you have not formatted the business info "bLabel" variable. Try adding this to your code:
Change the 128 integer to be the length of your bLabel variable.
Cheers,
TJ
May I ask what
pawn Код:
if(GetPlayerBusinessID(playerid) == 1)
Also, you have not formatted the business info "bLabel" variable. Try adding this to your code:
pawn Код:
format(BusinessInfo[cpid[playerid]][bLabel],128,"%s",name);
Cheers,
TJ