06.02.2016, 12:27
when i use this code in game i crash from server how to fix it?
PHP код:
CMD:a(playerid,params[]){
new object =CreatePlayerObject(playerid,1, 204.61510, 1871.14624, 14.01680, 0.00000, 0.00000, 0.00000);
AttachCameraToPlayerObject(playerid,object);
return 1;}