if(strcmp(cmdtext, "/fight", true)==0)
{
SetPlayerPos(playerid, -1478.5038, 1488.9690, 8.2501);
SetPlayerFacingAngle(playerid, 3970,17);
SendClientMessage(playerid, 0x33AA33AA, "Welcome to the Fighting Zone");
return 1;
}
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(210) : warning 202: number of arguments does not match definition
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(361) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(366) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(210) : warning 202: number of arguments does not match definition
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(283) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(288) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(367) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\Og's EmPire\samp03csvr_win32\gamemodes\lvdm.pwn(372) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
SetPlayerFacingAngle(playerid, 3970,17); |
SetPlayerFacingAngle(playerid, 3970,17)
if(strcmp(cmdtext, "/fight", true)==0)
{
SetPlayerPos(playerid, -1478.5038, 1488.9690, 8.2501);
SetPlayerFacingAngle(playerid, 270);
SendClientMessage(playerid, 0x33AA33AA, "Welcome to the Fighting Zone");
return 1;
}
SetPlayerFacingAngle(playerid, 3970.17);