- 0
As vrea sa fie automatice
-
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
monster010
As vrea ca portile de la LSPD sa se deschida singure cand claxonezi...Ma puteti ajuta va rog?
Iuta-ti aici ce e pus in GM
//================================[ LSPD GATE ]============================================================= if(strcmp(cmd, "/barierop", true) == 0) { if(IsPlayerConnected(playerid)) { SetObjectRot(bariera, 0, 0, 270); SendClientMessage(playerid, COLOR_BLUE, "Police Gate is being Opened"); } } if(strcmp(cmd, "/bariercl", true) == 0) { if(IsPlayerConnected(playerid)) { SetObjectRot(bariera, 0, 270, 270); SendClientMessage(playerid, COLOR_YELLOW, "Police Gate is being Closed"); } } //========================================================================================================= if(strcmp(cmd, "/lspdop", true) == 0) { if(IsPlayerConnected(playerid)) { MoveObject(lspdgate,1588.84, -1637.89, 7.18,2); SendClientMessage(playerid, COLOR_BLUE, "Police Gate is being Opened"); } return 1; } if(strcmp(cmd, "/lspdcl", true) == 0) { if(IsPlayerConnected(playerid)) { MoveObject(lspdgate,1588.84, -1637.89, 13.18,2); SendClientMessage(playerid, COLOR_YELLOW, "Police Gate is being Closed"); } return 1; }Portile sunt manuale dar vreau automatice
[move]Multumesc Anticipat[/move]
6 answers to this question
Recommended Posts