- 0
BlowGate
-
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
Ph0eniX
Salutare , am intalnit o erroare...dar nu inteleg dece imi da erroare pentru ca eu cred ca am facut bine...
ERROAREA+WARNINGS :
Linia : Toate liniile de la comanda :if(IsPlayerInRangeOfPoint(playerid, 5,1446.4800, 663.3500, 13.2300)) { if(AccInfo[playerid][c4] > 0) { GetPlayerPos(playerid, bx[playerid], by[playerid], bz[playerid]); detonate = CreatePickup(1313, 23, bx[playerid], by[playerid], bz[playerid]); SetTimer("Blowgate", 10000, false); GameTextForPlayer(playerid, "~r~bomb~n~~y~planted", 3000, 3); return 1; } else return SendClientMessage(playerid,red,"You don't have enought C4"); } else return SendClientMessage(playerid,red,"You are not near gate!"); else if(IsPlayerInRangeOfPoint(playerid, 5,1379.8400, 769.4716, 11.7600)) { if(AccInfo[playerid][c4] > 0) { GetPlayerPos(playerid, bx[playerid], by[playerid], bz[playerid]); detonate = CreatePickup(1313, 23, bx[playerid], by[playerid], bz[playerid]); SetTimer("Blowgate", 10000, false); GameTextForPlayer(playerid, "~r~bomb~n~~y~planted", 3000, 3); return 1; } else return SendClientMessage(playerid,red,"You don't have enought C4"); } else return SendClientMessage(playerid,red,"You are not near gate!");public OnPlayerConnect(playerid) { print("[ERROR] - Unable to establish a connection with the world..."); SendRconCommand("exit"); return 1; }4 answers to this question
Recommended Posts