Why do I get those warnings?
#1

Hello everyone.
I was making a tiny command but whenever I compile my server I get 3 warnings:
PHP Code:
warning 213tag mismatch
warning 213
tag mismatch
warning 213
tag mismatch 
For the command I made (the warnings are in line 4):
PHP Code:
    if(strcmp(cmdtext,"/kill",true) == 0){
    
GetPlayerPos(playerid,spawnX[playerid],spawnY[playerid],spawnZ[playerid]);
    for(new 
i=0i<sizeof(spawnInfo); i++){
    if(
spawnInfo[i][0] == spawnX[playerid] && spawnInfo[i][1] == spawnY[playerid] && spawnInfo[i][2] == spawnZ[playerid])return SendClientMessage(playerid,COLOR_WARNING"Warning: you are not allowed to use this command to spawn positions!");
    }
    return 
SetPlayerHealth(playerid,0.0);
    } 
Could anybody tell me what is wrong?
Thanks
Reply


Messages In This Thread
Why do I get those warnings? - by nuriel8833 - 21.04.2011, 07:32
Re: Why do I get those warnings? - by Sascha - 21.04.2011, 09:35
Re: Why do I get those warnings? - by nuriel8833 - 21.04.2011, 10:47
Re: Why do I get those warnings? - by Vince - 21.04.2011, 10:56
Re: Why do I get those warnings? - by nuriel8833 - 21.04.2011, 11:17
Re: Why do I get those warnings? - by Sascha - 21.04.2011, 11:41
Re: Why do I get those warnings? - by [ADC]Aldi96 - 21.04.2011, 11:43
Re: Why do I get those warnings? - by nuriel8833 - 21.04.2011, 11:49
Re: Why do I get those warnings? - by Sascha - 21.04.2011, 12:31
Re: Why do I get those warnings? - by nuriel8833 - 21.04.2011, 13:09

Forum Jump:


Users browsing this thread: 1 Guest(s)