Sziasztok!
Egy újabb problémával fordulok hozzátok. Próbáltam egy random checkpointleküldõ cuccot elkészíteni, ami megy is, viszont egy warninggal, ami eléggé idegesít.
Itt vannak a cuccok, kérlek nézzétek meg, mi a hiba:
new Float: checkpoints[3][3] =
{
{99.5035,-1601.8103,12.4199},
{921.7435,-1887.3444,4.4095},
{1619.5404,-1778.0399,13.5417}
};
SetPlayerCheckpoint(playerid,checkpoints[rand][0], checkpoints[rand][1], checkpoints[rand][2])
;
És a warning:
D:\\******\\GTA\\*****\\gamemodes\\GameMode.pwn(645) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.