Storing 2 data's?
#5

PHP код:
SetTimerEx("buyvehtime"20000false"ii"playeridTCarModelc); // 3 parameters, only 2 "i"s

forward buyvehtime(playeridTCarModelc); // Also 3 expected parameters here
public buyvehtime(playeridTCarModelc)// And here too (3 parameters) 
SetTimerEx("buyvehtime", 20000, false, "iii", playerid, TCarModel, c); // 3 parameters requires 3 "i"s
Reply


Messages In This Thread
Storing 2 data's? - by GunZsmd - 19.04.2016, 20:27
Re: Storing 2 data's? - by OmegaKiller72 - 19.04.2016, 21:07
Re: Storing 2 data's? - by CodeStyle175 - 19.04.2016, 21:22
Re: Storing 2 data's? - by GunZsmd - 19.04.2016, 21:32
Re: Storing 2 data's? - by AmigaBlizzard - 19.04.2016, 23:07
Re: Storing 2 data's? - by CodeStyle175 - 20.04.2016, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)