error 012: invalid function call, not a valid address
#1

pawn Код:
C:\Users\\Desktop\DRIFT\gamemodes\Drift.pwn(8405) : error 012: invalid function call, not a valid address
C:\Users\\Desktop\DRIFT\gamemodes\Driftpwn(8405) : warning 215: expression has no effect
C:\Users\\Desktop\DRIFT\gamemodes\Drift.pwn(8405) : error 001: expected token: ";", but found ")"
C:\Users\\Desktop\DRIFT\gamemodes\Drift.pwn(8405) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\DRIFT\gamemodes\Drift.pwn(8405) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
can someone help me solve this out .
this is the line..
pawn Код:
if(strcmp(PlayerName(playerid), "d0nTtoucH", true) != 0)
Reply
#2

Check the line right above that, I put it in my code and it compiled perfectly, you probably forgot to put a semicolon ( ; ) on the previous statement/line.
Reply
#3

i dont know this is the code
pawn Код:
if(vehicleid ==car22)//?????? ?????? ????? ?? ????????, ??????? ?????? ???, ????? ? ??????????!
    {
    if(strcmp(pname(playerid), "d0nTtoucH", true) != 0)
    {
    RemovePlayerFromVehicle(playerid);
    SendClientMessage(playerid, 0xB50F00AA, "Това превозно средство е собственост на d0nTtoucH.");
    }
    }
Reply
#4

Can I see the set of code before that, what you sent me compiles fine for me as well..
Reply
#5

the problem is solved..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)