- 0
Help
-
Similar Content
-
- 0 answers
- 560 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
.shadoW
As dori sa stiu daca acest script este facut bine si daca ar mai trebui adaugat ceva
[pawn]CMD:opengateclan( playerid, params[ ] )
{
new PName[ MAX_PLAYER_NAME ];
GetPlayerName( playerid, PName, MAX_PLAYER_NAME );
if( strfind( PName, "[Clan TAG]" ) == -1 )
return SendClientMessage( playerid, 0xFFFFFFFF, "Nu poti deschide poarta." );
MoveObject( SG, 2556.21313, 1693.51208, -20.00000, 2 );
SendClientMessage( playerid, 0xDDDDDDAA, "Poarta se deschide." );
return 1;
}[/pawn]
+1 Rep pt cine ma ajuta :D
5 answers to this question
Recommended Posts