- 0
problema comanda /bonus (help)
-
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
marius11
Problema intalnita (descriere):Pana acum comanda /bonus mergea acum imi da o eroare si nu stiu ce are
Ero(area / rile) / warning-(ul / urile):
E:\Users\ionut\Desktop\Crashed-GM(Old)\gamemodes\gmm.pwn(28441) : error 027: invalid character constant
E:\Users\ionut\Desktop\Crashed-GM(Old)\gamemodes\gmm.pwn(28441) : error 027: invalid character constant
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
linia 28441-SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit bonus 10kk si lvl 3 ! !");
Liniile de cod / sursa / script-ul(obligatoriu):
MD:bonus(playerid, params[]){
{
if(playerVariables[playerid][pLevel] == 1)
{
playerVariables[playerid][pLevel] = 3;
playerVariables[playerid][pMoney] = 10000000;
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit bonus 10kk si lvl 3 ! !");
}
else
{
SendClientMessage(playerid, COLOR_GREEN, "{CCCCCC}[BONUS] Ai folosit deja aceasta comanda sau nu ai level 1 !");
}
}
return 1;
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?:
7 answers to this question
Recommended Posts