22.10.2013, 13:18
Код:
public OnPlayerSpawn(playerid)
{
if (GetPlayerScore(playerid) >= 0)
{
// Get the player's position
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
// Create an explosion at the player's position
CreateExplosion(x, y, z, 12, 10.0);
return 1;
}
Код:
C:\Users\***\Desktop\LA-GW\filterscripts\test.pwn(31) : error 030: compound statement not closed at the end of file (started at line 18) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.

