- 0
Scurtare o comanda Teleport
-
Similar Content
-
- 2 replies
- 2.003 views
-
- 1 answer
- 449 views
-
- 2 answers
- 1.041 views
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 856 views
-
- 3 answers
- 1.378 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
[.E.m.O.]K1DDU
Hi ^^ All
Cine imi poate scurta si mie o Comanda destul de lunga o Comanda Teleport!
As vrea sa imi scoata cineva din acea comanda, tot ce apartine de chestia cu TextDraw, acel TextDraw care apare jos atunci cand jucatorul foloseste comanda si jos apare "x a mers la /x"
Va rog
doar aia as vrea sa imi scoateti (EU MA REFEREAM... SA O SCURTEZ
OK II FOARTE LUNGA SI DACA O SCURTEZ EU IMI DA ERORI DUPA :| )
Uitati aici Comanda TELES
[pawn] if (strcmp(cmdtext, "/mhp", true) == 0) {
ResetPlayerWeapons(playerid);
if (IsPlayerInAnyVehicle(playerid)) {
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid),0);
SetPlayerVirtualWorld(playerid, 0);
SetVehiclePos(GetPlayerVehicleID(playerid),679.7295,-1885.9618,4.0369 );
SetVehicleZAngle(GetPlayerVehicleID(playerid), 266.558685);
LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);
}
if (!IsPlayerInAnyVehicle(playerid)) {
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid,679.7295,-1885.9618,4.0369 );
SetPlayerFacingAngle(playerid, 266.558685);
SetPlayerInterior(playerid, 0);
}
SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//
GameTextForPlayer(playerid,"~r~~h~Welcome to Mini HalfPipe!",3000,5);
GetPlayerName(playerid, pname, sizeof (pname));
format(string3, sizeof(string3),"~r~%s ~g~~h~has Gone To ~b~Nrgs~r~~h~(/mhp)", pname);
TextDrawDestroy(Text:Reclama);
Reclama = TextDrawCreate(250.000000, 435.000000, " ");
TextDrawFont(Reclama, 1);
TextDrawLetterSize(Reclama, 0.300000, 1.000000);
TextDrawColor(Reclama, 0x00C2ECFF);TextDrawBackgroundColor(Reclama, 0xFFFF00AA);
TextDrawSetOutline(Reclama, 1);
TextDrawSetProportional(Reclama, 1);
TextDrawSetShadow(Reclama, 1);
TextDrawShowForAll(Reclama);
TextDrawSetString(Reclama, string3);
SetTimer("reclamatime",10000,false);
DM[playerid] = 0;
return 1;
}[/pawn]
Va Multumesc ;)
F*ck everybody who want and who try to judge me for who I am, b*star*s !
4 answers to this question
Recommended Posts