A little problem
#1

beginning:
PHP код:
new PauseHealth[MAX_PLAYERS]; 
after a command:
PHP код:
PauseHealth[playerid] = GetPlayerHealth(playerid); 
or
PHP код:
PauseHealth[playerid] = Float:GetPlayerHealth(playerid); 
they are falied


how can i solve?
Reply
#2

what are you trying to script here ?
and show the errors if you have them with compiling.
Reply
#3

warning 202: number of arguments does not match definition
OR
warning 213: tag mismatch
warning 202: number of arguments does not match definition
Reply
#4

can you give me the lines that belong to these errors and which line it is ?
Reply
#5

You can use this

new Float:PauseHealth[MAX_PLAYERS];

GetPlayerHealth(playerid, PauseHealth[playerid]);
Reply
#6

tag mismatch
Reply
#7

Show me all the code on that tag mismatch line...
Reply
#8

GetPlayerHealth(playerid, PauseHealth[playerid]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)