02.02.2015, 04:42
Hello, i did a video to explain that.
http://*********/hj70oeDJwIw
as you can see, the recording start but the body stays on one place... and the other problem is the skin dont change.
My Spawn
http://*********/hj70oeDJwIw
as you can see, the recording start but the body stays on one place... and the other problem is the skin dont change.
My Spawn
PHP код:
if(IsPlayerNPC(playerid))
{
new npcname[24];
GetPlayerName(playerid, npcname, 24);
if(!strcmp(npcname, "Config", true))
{
SetSpawnInfo(playerid, 0, 71, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 );
}
return 1;
}