02.02.2011, 18:20
pawn Код:
public OnPlayerConnect(playerid)
{
Line 18---- format(string, sizeof(string), "* %s has joined the server.", pname);
SendClientMessageToAll(0xAAAAAAAA, string);
return 1;
}
Код:
C:\Documents and Settings\Mikeeey\Desktop\GTA SA TEST\gamemodes\bare.pwn(18) : error 017: undefined symbol "string" C:\Documents and Settings\Mikeeey\Desktop\GTA SA TEST\gamemodes\bare.pwn(18) : error 017: undefined symbol "string" C:\Documents and Settings\Mikeeey\Desktop\GTA SA TEST\gamemodes\bare.pwn(18) : error 029: invalid expression, assumed zero C:\Documents and Settings\Mikeeey\Desktop\GTA SA TEST\gamemodes\bare.pwn(18) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.