30.04.2010, 14:22
(
Последний раз редактировалось ViruZZzZ_ChiLLL; 25.02.2011 в 00:27.
)
Okay so I have this code:
Problem :It says Argument Mismatch so how can I now give the player money on what I typed in the dialog??
________
FERRARI 328 SPECIFICATIONS
Код:
if(dialogid == 2) { if(response) { format(message, sizeof(message), "%d", inputtext); GivePlayerMoney(playerid, message); // Argument mismatch } }
________
FERRARI 328 SPECIFICATIONS