#1

Hello Dear Samp Players i'm here with another question :S



How to get IG to point; 1239, 23, 975.3842,-1336.5934,13.5317

I dont have ****** and my country does not allow me to download it or install....


There is a ROB Job or checkpoint and i want to go there..
Please tell me how to go IG to 1239, 23, 975.3842,-1336.5934,13.5317


I tryed every admin command and still didnt fined. Thanks If you'd help me i'll give you rep



Epic Fail at ***** it means hack...
Reply
#2

Are you kidding me?

http://www.wiki.sa-mp.com/wiki/SetPlayerPos

pawn Код:
if(strcmp(cmdtext,"/gotopos", true) == 0)
{
    SetPlayerPos(playerid, X, Y, Z); //Why is there 5 points?
    return 1;
}
Reply
#3

Thanks but Epic fail on wiki cuz it dont work haha
Reply
#4

Soz, I forgot the .com xD
Reply
#5

PHP код:
if(strcmp(cmdtext,"/gotopos"true) == 0)
{
    
SetPlayerPos(playerid975.3842,-1336.5934,13.5317);
    return 
1;

You were using 2 numbers in front which you ripped out of a pickup code.
Reply
#6

Site Still Dont Work xD and so the command :S i get these 2 warnings error 010: invalid function or declaration

:S
Reply
#7

Quote:
Originally Posted by Sig Hansen
Посмотреть сообщение
Site Still Dont Work xD
https://sampwiki.blast.hk/wiki/SetPlayerPos
Reply
#8

Quote:
Originally Posted by =WoR=G4M3Ov3r
Посмотреть сообщение
PHP код:
if(strcmp(cmdtext,"/gotopos"true) == 0)
{
    
SetPlayerPos(playerid975.3842,-1336.5934,13.5317);
    return 
1;

You were using 2 numbers in front which you ripped out of a pickup code.
Sig. Just use what =WoR= gave you.

--
Reply
#9

I tired but still dont work :S can someone do it via team viewer :S?
Reply
#10

PHP код:
public OnPlayerCommandText(playerid,cmdtext[])
{
    if(!
strcmp(cmdtext,"/gotopos",true))
    {            
        
SetPlayerPos(playerid975.3842,-1336.5934,13.5317);
        return 
1;
    }
    return 
0;

Would this explain it better ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)