28.12.2010, 20:56
CreateDynamicCP(1337, 1337, 1337, 1.0, -1,-1, playerid, 20.0);
-1 to playerid
or just make it under ongamemodeinit with -1 then use onplayerenterdynamiccp.. simple, example
-1 to playerid
or just make it under ongamemodeinit with -1 then use onplayerenterdynamiccp.. simple, example
pawn Код:
new
Bar_FortCarson_Enter;
Bar_FortCarson_Enter=CreateDynamicCPEx(-180.5088,1088.2109,19.7422, 1.5,0,0,-1,60.0,"Bar");
if(checkpointid == Bar_FortCarson_Enter)
{
SetPlayerPos(playerid,503.6708,-72.2202,998.7578);
SetPlayerVirtualWorld(playerid,1);
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid,11);
}