16.07.2013, 07:55
Hello
I need to make a condition.If player have a car on slot 1(pcarkey),if player buy a car, this car go on slot2(pcarkey2),if player buy another car go on slot3(pcarkey3).
Sorry for my bad english.
I need to make a condition.If player have a car on slot 1(pcarkey),if player buy a car, this car go on slot2(pcarkey2),if player buy another car go on slot3(pcarkey3).
Код:
if(PlayerData[playerid][pPcarkey] == 999) if(PlayerData[targetid][pPcarkey2] == 999) if(PlayerData[targetid][pPcarkey3] == 999)