Jump to content

Question

Posted

Problema intalnita (descriere): cand adaug ceva imi da eroarile urmatoare

Ero(area / rile) / warning-(ul / urile):

 

Dealeri.pwn(47) : error 017: undefined symbol "Fond"
Dealeri.pwn(47) : warning 215: expression has no effect
Dealeri.pwn(47) : error 001: expected token: ";", but found "]"
Dealeri.pwn(47) : error 029: invalid expression, assumed zero
Dealeri.pwn(47) : fatal error 107: too many error messages on one line

 

Liniile de cod / sursa / script-ul:

 

    Fond[playerid] = TextDrawCreate(641.500000, 168.099990, "usebox");

 

Imagini / Video (optional):http://postimg.org/image/dylz70ghn/full/

 

Ati incercat sa rezolvati singur?:da am incercat dar nu am reusit

Recommended Posts

  • 0
Posted

Este pt [playerid] ... ce este asa greu? new PlayerText:Fond[MAX_PLAYERS]; ...

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.