Posts: 6,129
Threads: 36
Joined: Jan 2009
pawn Код:
if(!strcmp(cmdtext,"/minigun",true))
{
SetPlayerPos(playerid,1841.1396,-2456.2095,13.5547);
return 1;
}
The fourth parameter you had is angle, you can use that for SetPlayerFacingAngle, but not in SetPlayerPos. The code above shall fix your problem.