09.06.2013, 16:35
it seem to work now.
i cannot test with multiple player as im trying with my desktop and laptop for now ( my friend isnt online ).
now i have these error
here the line
i also tried
i cannot test with multiple player as im trying with my desktop and laptop for now ( my friend isnt online ).
now i have these error
Код:
C:\Users\nvidia\Desktop\RPG\gamemodes\MyVirtualLife.pwn(3141) : error 012: invalid function call, not a valid address C:\Users\nvidia\Desktop\RPG\gamemodes\MyVirtualLife.pwn(3141) : warning 215: expression has no effect C:\Users\nvidia\Desktop\RPG\gamemodes\MyVirtualLife.pwn(3141) : error 001: expected token: ";", but found ")" C:\Users\nvidia\Desktop\RPG\gamemodes\MyVirtualLife.pwn(3141) : error 029: invalid expression, assumed zero C:\Users\nvidia\Desktop\RPG\gamemodes\MyVirtualLife.pwn(3141) : fatal error 107: too many error messages on one line
Код:
forward Suspecter(playerid); public Suspecter(playerid) { IsPlayerSuspected(externalplayerid[playerid]) = 1; }
Код:
IsPlayerSuspected[externalplayerid[playerid]] = 1;