24.06.2009, 20:33
I have a problemm
......PWN(135) : warning 202: number of arguments does not match definition
......PWN(135) : warning 202: number of arguments does not match definition
......PWN(135) : warning 202: number of arguments does not match definition
......PWN(135) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Warnings.
where is my error?
Pwn 135 Red marked
//======================
// Above OnGameModeInit:
new TerrorKings;
// OnGameModeInit Insert
TerrorKings = GangZoneCreate(828,1717, -1401,572, 1368,174, -1152,865);
return 1;
}
// Player Spawn
public OnPlayerSpawn(playerid) {
GangZoneShowForPlayer(playerid, TerrorKings, 0x00FF009A);
return 0;
}
//=================
......PWN(135) : warning 202: number of arguments does not match definition
......PWN(135) : warning 202: number of arguments does not match definition
......PWN(135) : warning 202: number of arguments does not match definition
......PWN(135) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Warnings.
where is my error?
Pwn 135 Red marked
//======================
// Above OnGameModeInit:
new TerrorKings;
// OnGameModeInit Insert
TerrorKings = GangZoneCreate(828,1717, -1401,572, 1368,174, -1152,865);
return 1;
}
// Player Spawn
public OnPlayerSpawn(playerid) {
GangZoneShowForPlayer(playerid, TerrorKings, 0x00FF009A);
return 0;
}
//=================