Jump to content
  • 0

cateva errori...


xxSPEEDYxx

Question

Deci la linia asta:

new Name[MAX_PLAYER_NAME],Ip[16]; GetPlayerName(playerid,Name,sizeof(Name)); tmp3[50]; GetPlayerIp(playerid,tmp3,50); GetPlayerIp(playerid,Ip,sizeof(Ip)); format(file,sizeof(file),PlayerData,Name);
imi da errorile astea...mi se pare ca nui bine pusa in ordine da nush cum so pun:
C:\Documents and Settings\user\My Documents\RDU&FS&Maps&Servers\RDU\filterscripts\ladmin4v2.pwn(741) : error 017: undefined symbol "tmp3"
C:\Documents and Settings\user\My Documents\RDU&FS&Maps&Servers\RDU\filterscripts\ladmin4v2.pwn(741) : warning 215: expression has no effect
C:\Documents and Settings\user\My Documents\RDU&FS&Maps&Servers\RDU\filterscripts\ladmin4v2.pwn(741) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\user\My Documents\RDU&FS&Maps&Servers\RDU\filterscripts\ladmin4v2.pwn(741) : error 029: invalid expression, assumed zero
C:\Documents and Settings\user\My Documents\RDU&FS&Maps&Servers\RDU\filterscripts\ladmin4v2.pwn(741) : fatal error 107: too many error messages on one line

Fara reclama in semnatura!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest PlayON

[pawn]new

Name[MAX_PLAYER_NAME],

Ip[16],

tmp3[50];

GetPlayerName(playerid,Name,sizeof(Name));

GetPlayerIp(playerid,tmp3,50);

GetPlayerIp(playerid,Ip,sizeof(Ip));

format(file,sizeof(file),PlayerData,Name);[/pawn]

Inlocuieste tot acel cod cu acesta.

Link to comment
Share on other sites

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.