- 0
Spawn Health 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
Francisco96
Deci am vrut sa bag spawn health /hm pe server si imi da eroare la compilare.
: error 030: compound statement not closed at the end of file (started at line 9)
if(strcmp(cmdtext, "/hm", true) == 0) { if(IsPlayerInRangeOfPoint(playerid, 15.0, 397.6663,2460.0630,16.5000)) { if(IsPlayerInRangeOfPoint(playerid, 15.0, -475.4114,2205.9465,47.2935)) { if(IsPlayerInRangeOfPoint(playerid, 15.0, 1116.8577,2494.9219,432.4359)) { if(IsPlayerInRangeOfPoint(playerid, 15.0, -2678.9490,1349.1318,16.9978)) { SetPlayerHealth(playerid, 100); SetPlayerArmour(playerid, 100); SendClientMessage(playerid,0xFE1209FF, "Spawn Healt Adaugata!"); } else { SendClientMessage(playerid, 0xE60000FF, "ERROR: NU esti in zona de spawn!"); } } }6 answers to this question
Recommended Posts