28.03.2012, 12:24
Guys i need little help. Im Pasting pawn code like this see:
and when i compile it says:
what should i do and can u tell me my mistake ?
Thanks
Avi.
Код:
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" mapicon");
print("--------------------------------------\n");
public OnPlayerConnect( playerid )
{
SetPlayerMapIcon( playerid, 19, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL );
}
return 1;
#endif
}
Код:
C:\Documents and Settings\User\Desktop\maps\mapicon.pwn(18) : error 054: unmatched closing brace ("}")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Thanks
Avi.

