- 0
Factiuni
-
Similar Content
-
- 3 replies
- 1.669 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
xRaul
Cum pot sa adaug factiuni in GM-ul acesta adica vreau doar una ca exemplu ... PD
//=====================INCLUDE #include <a_samp> //=====================PUBLIC main() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); } public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("betaRP"); AddPlayerClass(7,1481.1349,-1751.4083,15.4453,0.8991,0,0,0,0,0,0); return 1; } public OnPlayerConnect(playerid) { SetPlayerMapIcon( playerid,1,1553.3160,-1675.7695,16.1953,30,0);// icon car return 1; }1 answer to this question
Recommended Posts