10.08.2009, 02:48
Quote:
Originally Posted by Alice[WS
]
Good work ! But i have another problem. I don't want my player respawn at the LS hospital, but at its spawn. With 1 player class there is no problem, but when i tried to add the 2nd player class it shown me some errors. Код:
C:\Users\isasteppe\Desktop\ServeurGTA\filterscripts\saveposition.pwn(76) : error 029: invalid expression, assumed zero C:\Users\isasteppe\Desktop\ServeurGTA\filterscripts\saveposition.pwn(83) : error 029: invalid expression, assumed zero Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. ---------- Btw i'm a newbie in scripting (started some days ago), i can have typed wrong things. |
Код:
SetPlayerInterior(playerid, 0); SetPlayerPos(playerid,512.8511,-17.5289,1001.5653); SetPlayerFacingAngle(playerid, 328.6663); SetPlayerCameraPos(playerid,514.8894,-14.1297,1001.5653+1); SetPlayerCameraLookAt(playerid,512.8511,-17.5289,1001.5653); ApplyAnimation(playerid,"DANCING","dnce_M_b",4.0,1,0,0,0,-1); SetPlayerInterior(playerid, 3);