attach camera
#1

when i use this code in game i crash from server how to fix it?
PHP код:
CMD:a(playerid,params[]){
    new 
object =CreatePlayerObject(playerid,1204.615101871.1462414.01680,   0.000000.000000.00000);
    
AttachCameraToPlayerObject(playerid,object);
    return 
1;} 
Reply
#2

"1" is not a valid object model. Models 1 through 399 are reserved for peds, models 400 trough 611 are reserved for cars and anything higher than that are actual objects.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)