- 0
ZCMD vs YCMD, setspawn, mysql recomandat
-
Similar Content
-
Gamemode Hardgaming Versiunea a 4-a (no-mysql) 1 2
By n0dEv,
- luatil cai kald.
- hardgaming v4
- (and 90 more)
- 42 replies
- 11.252 views
-
- 10 replies
- 7.914 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
BiroTX
Am 3 intrebari:
Ce este recomandat sa folosesc, ZCMD sau YCMD si daca se poate sa argumentati.
2. Vreau ca in momentul in care se conecteaza un jucator sa il spawneze direct la locatia setata, folosesc urmatorul cod, dar tot ma pune sa apas spawn:
public OnPlayerConnect(playerid) { GameTextForPlayer(playerid,"~w~Grand Larceny",3000,4); SendClientMessage(playerid,COLOR_WHITE,"Welcome to {88AA88}G{FFFFFF}rand {88AA88}L{FFFFFF}arceny"); SpawnPlayer(playerid); return 1; } //---------------------------------------------------------- public OnPlayerSpawn(playerid) { if(IsPlayerNPC(playerid)) return 1; SetPlayerPos(playerid, 479.9496, -1499.0201, 20.473620); return 1; } //---------------------------------------------------------- public OnPlayerDeath(playerid, killerid, reason) { return 1; }3. Ce plugin ar fi mai ok sa folosesc si ce versiune, ma gandeam la BlueG, ultima versiune.
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now