23.12.2011, 09:25
Can you please tell me what is wrong with my code?
Once I compile my script, it gives me about 36 different errors. An answer would be greatly appreciated.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/enter", cmdtext, true) ==0
{
if(IsPlayerInRangeOfPoint(playerid, 10, 1775.9835,-1411.9800,15.7578))
{
SetPlayerVirtualWorld(playerid, 15);
SetPlayerPos(playerid, 2285.9827,-1249.7784,1030.5809);
return 1;
{