23.02.2010, 10:39
With:
it gives me two errors:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]) // <-- Line 70
if(strcmp(cmdtext, "/enter", true) == 0) // BANK <-- Line 71
{
if(PlayerToPoint(6.0, playerid, 1462.3953,-1011.4509,26.8438)); // <-- Line 73
}
{
SetPlayerPos(playerid, 2305.1880,-16.1371,26.7422,278.6509); // <-- Line 76
}
return 1; // <-- Line 78
}
it gives me two errors:
pawn Код:
C:\Documents and Settings\¤¤¤¤¤¤¤\Desktop\test.pwn(73) : error 036: empty statement
C:\Documents and Settings\¤¤¤¤¤¤¤\Desktop\test.pwn(78) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.