Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PUBLIC OnPlayerCommandText(int playerid, const char * cmdtext) {
- if(strcmp_n(cmdtext, "/infernus")) {
- float Pos[4];
- GetPlayerPos(playerid, &Pos[0], &Pos[1], &Pos[2]);
- GetVehicleZAngle(GetPlayerVehicleID(playerid), &Pos[3]);
- CreateVehicle(411, Pos[0], Pos[1], Pos[2], Pos[3], -1, -1, 1500);
- SendClientMessage(playerid, -1, "Tworzysz Infernusa.");
- return true;
- }
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement