Need help...
#1

Код:
(151) : warning 202: number of arguments does not match definition
Line 151:
Код:
INI_WriteInt(File,"Armour", GetPlayerArmour(playerid));
I don't know what's wrong here ?
Reply
#2

Quote:
Originally Posted by SoltutioN
Посмотреть сообщение
Код:
INI_WriteInt(File,"Armour", GetPlayerArmour(playerid));
Wrong usage of GetPlayerArmour, it's used like that

PHP код:
new Float:arGetPlayerArmour(playeridar);
INI_WriteInt(File,"Armour"ar); 
Reply
#3

Thank you very much
Reply
#4

This should be :
PHP код:
new Float:arGetPlayerArmour(playeridar); 
INI_WriteFloat(File,"Armour"ar); 
Reply
#5

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
This should be :
PHP код:
new Float:arGetPlayerArmour(playeridar); 
INI_WriteFloat(File,"Armour"ar); 
Ah yep my bad, i just sloved the tag mismatch for him
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)