25.03.2017, 19:41
hola
im tired to make random 1 Race CP To Finish Mission
i got this error
Line (7
Line (79)
Line (87)
im tired to make random 1 Race CP To Finish Mission
i got this error
Quote:
Bank.pwn(7 ![]() Bank.pwn(79) : warning 202: number of arguments does not match definition Bank.pwn(79) : warning 202: number of arguments does not match definition Bank.pwn(79) : warning 202: number of arguments does not match definition Bank.pwn(87) : error 033: array must be indexed (variable "RandomCheckpoints") |
![Cool](images/smilies/cool.gif)
PHP код:
new rand = random(sizeof(RandomCheckpoint));
PHP код:
RandomCheckpoints[playerid] = CreateDynamicRaceCP(playerid, RandomCheckpoint[rand][0], RandomCheckpoint[rand][1], RandomCheckpoint[rand][2],3);
PHP код:
public OnPlayerEnterDynamicRaceCP(playerid, checkpointid)
{
if(checkpointid == RandomCheckpoints)
{