- 0
admin
-
Similar Content
-
- 0 replies
- 354 views
-
-
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
Rimmon
Am pus comanda de masina pentru admin...dar nu mi se spawneaza masina ..ce e gresit?
[pawn]if(strcmp(cmdtext, "/hydra", true) == 0)
{
if (IsPlayerAdmin(playerid))
{
GetPlayerPos(playerid, x, y, z);
hydra=CreateVehicle(520, x+3, y, z, 900.00, -1, -1, 120);
PutPlayerInVehicle(playerid, hydra,0);
LinkVehicleToInterior( hydra, GetPlayerInterior(playerid));
}
return 1;
}[/pawn]
Massari e curva mea
1 answer to this question
Recommended Posts