2 warnings
#1

pawn Код:
new Float:gStoredSkin[MAX_PLAYERS][1];

StorePlayerSkin(playerid)
{
  GetPlayerSkin(playerid, gStoredSkin[playerid][0]);//warning 1
}

SetPlayerSkinToStoredSkin(playerid)
{
  SetPlayerSkin(playerid, gStoredSkin[playerid][0]);//warning 2
}
Код:
 warning 202: number of arguments does not match definition
 warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Reply


Messages In This Thread
2 warnings - by Pawel2k9 - 07.03.2010, 01:44
Re: 2 warnings - by cessil - 07.03.2010, 01:51
Re: 2 warnings - by Pawel2k9 - 07.03.2010, 01:54
Re: 2 warnings - by cessil - 07.03.2010, 02:21
Re: 2 warnings - by Pawel2k9 - 07.03.2010, 02:27
Re: 2 warnings - by cessil - 07.03.2010, 05:31
Re: 2 warnings [FIXED] - by Pawel2k9 - 07.03.2010, 07:19

Forum Jump:


Users browsing this thread: 1 Guest(s)