07.02.2015, 22:40
Question I:
Question II:
Using this loop, what would be the amount of the variable id? ( when the loop ends )
id = 5 or id = 10?
Question III:
Question IV:
Any small explanation about the variable idx please, i often see it as "playerid"
Question V:
Cant make: BusinessInfo[id][bName]='None' ? Instead of
EDIT:
Question VI:
I can do such things?
Or do i have to add
pBiz1
pBiz2
.
.
pBiz5
Question VII:
And thanks.
Код:
What's the Difference between a Pickup and a dynamic pickup.
Using this loop, what would be the amount of the variable id? ( when the loop ends )
id = 5 or id = 10?
PHP код:
for(new id = 1; id < sizeof(BusinessInfo); id++)
//new BusinessInfo[5][2]
Quote:
When a player spawns, the interior it is in is set to 0 by default? |
Any small explanation about the variable idx please, i often see it as "playerid"
Quote:
forward loadbiz_data(idx, name[], value[]); public loadbiz_data(idx, name[], value[]) |
Cant make: BusinessInfo[id][bName]='None' ? Instead of
Quote:
format(string, sizeof(string), "None"); strmid(BusinessInfo[id][bName], string, 0, strlen(string), 255); |
Question VI:
I can do such things?
PHP код:
enum pInfo
{
pBiz[5]
}
PlayerInfo[playerid][pBiz[0]]=1;
PlayerInfo[playerid][pBiz[1]]=1;
pBiz1
pBiz2
.
.
pBiz5
Question VII:
Quote:
How do i Disable the default stunt bonus? |