28.01.2010, 19:45
Hey.. i need use this code when player request class
The problem is when i compile i take this error "(Warning) Number of arguments no match with definition"
in this line
Код:
if (pinfo[playerid][sp] == 0) { SetSpawnInfo(playerid, 0, pinfo[playerid][skin], pinfo[playerid][px], pinfo[playerid][py], pinfo[playerid][pz], 0, 0, 0, 0, 0, 0); return 1; }
in this line
Код:
SetSpawnInfo(playerid, 0, pinfo[playerid][skin], pinfo[playerid][px], pinfo[playerid][py], pinfo[playerid][pz], 0, 0, 0, 0, 0, 0);