11.08.2015, 20:15
PHP Code:
new File: hFile = fopen(stringc, io_write);
if(hFile)
{
fwrite(hFile, stringc);
fclose(hFile);
format(stringc, sizeof(stringc),"* Vocк Criou um Codigo [VALOR: %d - CУDIGO: %s]",valor,codigo);
SendClientMessage(playerid,COLOR_YELLOW,stringc);
return true;
}
else
{
SendClientMessage(playerid,COLOR_YELLOW,"* Este Cуdigo jб Existe!");
return true;
}