04.01.2009, 12:37
Quote:
|
Originally Posted by Khelif
try this
Code:
new ipstr[64]; new playerip[16]; GetPlayerIp(playerid, playerip, sizeof(playerip)); format(ipstr, sizeof(ipstr),"Your IP is: %s ",playerip); SendClientMessage(playerid, COLOR_YELLOW, ipstr); |
Code:
(2235) : error 017: undefined symbol "string" (2235) : error 017: undefined symbol "string" (2235) : error 029: invalid expression, assumed zero (2235) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Code:
format(string, sizeof(string), "%s.cer", plname);

