Jump to content
  • 0

Help!


NeLu.

Question

6 answers to this question

Recommended Posts

se vede ca ai scripter nu?:) cam rau fara mine

Daca nu ai cu ce sa il ajuti nu mai posta..

mai man..

Ia pune sus in script

[pawn]new Float:X, Float:Y, Float:Z;[/pawn]

si sterge restu care le mai ai..iti da acel warning pentru ca ai mai multi de

[pawn]new Float:X, Float:Y, Float:Z;[/pawn]

in gm

Massari e curva mea

Link to comment
Share on other sites

(La Inceputul Scriptului)

[pawn]

new Float:X, Float:Y, Float:Z, Float: Ang;

new pNRG[MAX_PLAYERS];

[/pawn]

La >>public OnPlayerCommandText(playerid, cmdtext[])<<

[pawn]

}

if (strcmp("/nrg", cmdtext, true, 10) == 0)

{

new Float:X,Float:Y,Float:Z;

GetPlayerPos(playerid,X,Y,Z);

PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);

SendClientMessage(playerid, 0xFFFFFFFF, "{00C0FF}Enjoi Your NRG Personal!!!");

// Do something here

return 1;

}[/pawn]

(Ar Trebui Sa Arate Cam Asa)

[pawn]

new Float:X, Float:Y, Float:Z, Float: Ang;

new pNRG[MAX_PLAYERS];

OnPlayerCommandText(playerid, cmdtext[])

}

if (strcmp("/nrg", cmdtext, true, 10) == 0)

{

new Float:X,Float:Y,Float:Z;

GetPlayerPos(playerid,X,Y,Z);

PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);

SendClientMessage(playerid, 0xFFFFFFFF, "{00C0FF}Enjoi Your NRG Personal!!!");

// Do something here

return 1;

}

return 0;

}

[/pawn]

kAdmin progress - 84%

Link to comment
Share on other sites

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.