- 0
Ajutor TELEPORT
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Fumy
Salut ! Am un server si vreau sa i adaug un teleport . daca puteti corectati sau ajutatima
1. Aici imi Da 2 erori
[pawn]if(strcmp(cmd, "/gym", true) == 0)
SetPlayerPos(playerid,1221.5190,-1407.0665,13.1587);
return 1;
}[/pawn]
2. Aici cand dau /gym zice ca nu exista
[pawn] public OnPlayerCommandText(playerid, cmdtext [])
if (strcmp("/gym", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,1221.5190,-1407.0665,13.1587 );
return 1;
}
[/pawn]
P.S : am scris chestia aia de inceput , dar puteti sa o puneti si pe aia !!!
10 answers to this question
Recommended Posts