Urgent help needed, Simple question
#1

PHP код:
C:\Users\zero\Downloads\EDM Extreme Deathmatch Mania\gamemodes\Untitled.pwn(2447) : error 029invalid expressionassumed zero
C
:\Users\zero\Downloads\EDM Extreme Deathmatch Mania\gamemodes\Untitled.pwn(2447) : error 017undefined symbol "cmd_givenational"
C:\Users\zero\Downloads\EDM Extreme Deathmatch Mania\gamemodes\Untitled.pwn(2447) : error 029invalid expressionassumed zero
C
:\Users\zero\Downloads\EDM Extreme Deathmatch Mania\gamemodes\Untitled.pwn(2447) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

What is that ?
The line.
PHP код:
CMD:giveng(playeridparams[])
{
    return 
1;

Reply
#2

show me the line before 2447.
Reply
#3

Quote:
Originally Posted by Le3aT
Посмотреть сообщение
What is that ?
The line.
PHP код:
CMD:giveng(playeridparams[])
{
    return 
1;

That's a ZCMD command, it doesn't have any paramters. So when you type it, nothing happens.
Reply
#4

Quote:
Originally Posted by iFiras
Посмотреть сообщение
That's a ZCMD command, it doesn't have any paramters. So when you type it, nothing happens.
You are totally wrong mate .It does compile.
Reply
#5

Have you included ZCMD ? I tried this code works, no errors nor warnings.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)