Need help
#1

Quote:

D:\server\filterscripts\script.pwn(150) : error 012: invalid function call, not a valid address
D:\server\filterscripts\script.pwn(150) : warning 215: expression has no effect
D:\server\filterscripts\script.pwn(150) : error 001: expected token: ";", but found ")"
D:\server\filterscripts\script.pwn(150) : error 029: invalid expression, assumed zero
D:\server\filterscripts\script.pwn(150) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

150 line is

Quote:

format(iStr, sizeof(iStr), "%s (%i) has used %s", Name(playerid), playerid, cmdtext[]);

Reply
#2

Try now
pawn Код:
format(iStr, sizeof(iStr), "%s (%d) has used %s", Name(playerid), playerid, cmdtext);
Reply
#3

ok can you give me fucntion when player use any command ingame its show only admin which command player used?
Reply
#4

Quote:
Originally Posted by Morkano
Посмотреть сообщение
ok can you give me fucntion when player use any command ingame its show only admin which command player used?
What's your admin variable?
Reply
#5

i have not admin admin variable
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)