14.02.2013, 21:16
The white writing is a string got from:
PHP код:
format(OwnerPickup[House1],sizeof(OwnerPickup),dini_Get("/Global/HouseOwners.txt","House1"));
Why this problem?
This is the snippet I use for the pickup:
PHP код:
if (pickupid == HousePickup[House1])
{
new String[128]; format(String,sizeof(String),"~y~Casa: Numero 1~n~~b~Proprietario: ~w~%s~n~~g~Costo: $50.000~n~~n~~r~Premi TAB per comprare la casa",OwnerPickup[House1]);
GameTextForPlayer(playerid,String,3000,5);
return 1;
}