Code help +rep!
#1

Yo guys.

Can someone make this /savepos into a teleport? xyz etc?

AddPlayerClass(293,2333.0330,-1071.9821,1049.0234,358.4098,0,0,0,0,0,0);

I have this as tele :

Код:
 if(!strcmp("/Halloween", cmdtext, true))
    {
    if(IsPlayerInAnyVehicle(playerid))
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        SetVehiclePos(vehicleid, 2333.0330,-1071.9821,1049.0234);
    }
    else
    {
        SetPlayerPos(playerid, 2333.0330,-1071.9821,1049.0234);
    }
   	return 1;
Reply
#2

I might know what you're talking about... but correct me if i'm wrong.

You want to hand-pick the coordinates from the function below?

PHP код:
AddPlayerClass(293,2333.0330,-1071.9821,1049.0234,358.4098,0,0,0,0,0,0); 
PHP код:
2333.0330
= -1071.9821
1049.0234
(Angle) = 358.4098 
Reply
#3

Yes thanks man! Rep+
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)