23.03.2017, 20:57
Pues metн un textdraw en mi GM base ZC, Live Line y Night Life para que muestre el dinero del banco justo abajo del dinero en efectivo pero me da este error en OnPlayerUpdate.
C:\Users\User\Desktop\Million Roleplay\gamemodes\MillionRP.pwn(63206) : error 055: start of function body without function header
Y la funcion es esta:
C:\Users\User\Desktop\Million Roleplay\gamemodes\MillionRP.pwn(63206) : error 055: start of function body without function header
Y la funcion es esta:
Код:
new bancotd[100];{
format(bancotd,sizeof(bancotd),"$00000000", Info[playerid][pAccount]);
PlayerTextDrawSetString(playerid, DineroBancoTD[playerid],bancotd);
}

