- 0
salut am si io o problema
-
Similar Content
-
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
laury
aceasta este o comanda ca sa deschida o poarta la iacuza
public OnPlayerCommandText(playerid, cmdtext[])
{
if( strcmp(cmdtext, "/yakuza", true)==0)
{
MoveObject(parkgate, 1082.390381, -1208.368896, 14.070005, 5);
SetTimerEx("parcare", 5 * 1000, 0, "i", playerid);
return 1;
}
return 0;
}
eu vreau ca sa deschida poarta doar membri din yakuza
1 answer to this question
Recommended Posts