Jump to content

Question

Posted

Ajutatima sh pe mine va rog

Am dat /save pe serverul meu si as vrea sa fac o comanda de teleportare cu aceste cordonate:

AddPlayerClass(0,2445.3821,-1658.9934,13.3047,270.8508,0,0,0,0,0,0); // 
AddStaticVehicle(411,2450.5027,-1659.9418,12.8849,271.8756,64,1); // 

1 answer to this question

Recommended Posts

  • Administrator
Posted

if(!strcmp(cmdtext,"/comanda1",true))
{           
    SetPlayerPos(playerid,2445.3821,-1658.9934,13.3047);//prima coordonata
    return 1;
}
if(!strcmp(cmdtext,"/comanda2",true))
{           
    SetPlayerPos(playerid,2450.5027,-1659.9418,12.8849);//a 2a coordonata
    return 1;
}

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.