19.07.2009, 19:15
Quote:
Originally Posted by James_Alex(Coder)
i think you must add
"new string[256];" ! i put new string[256]; on the top of the script but no delete the error . |
the line 65 is this
Quote:
65public drive(killerid) 66{ 67 GetPlayerName(killerid, Name, MAX_PLAYER_NAME); 68 format(string,sizeof(string),"Atencion todos %s salio del closet =O que gei",Name); 69 GameTextForAll(string,10000,5); 70} |