Posts: 591
Threads: 121
Joined: Oct 2010
Reputation:
0
how do I make it ask to have a name like Name_Surname to join the server ?
Posts: 591
Threads: 121
Joined: Oct 2010
Reputation:
0
that's not what I want, I don't want to "NOT" allow those name, I want it to request a name like Name_Surname, I don't care if it is a actor or someone's else name
Posts: 591
Threads: 121
Joined: Oct 2010
Reputation:
0
05.11.2010, 00:23
(
Последний раз редактировалось marinov; 05.11.2010 в 00:41.
)
C:\Users\Marino Varesio\Desktop\zombie outbreak\gamemodes\zombieoutbreak.pwn(686) : error 017: undefined symbol "name"
C:\Users\Marino Varesio\Desktop\zombie outbreak\gamemodes\zombieoutbreak.pwn(687) : warning 217: loose indentation
C:\Users\Marino Varesio\Desktop\zombie outbreak\gamemodes\zombieoutbreak.pwn(694) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Posts: 71
Threads: 0
Joined: Dec 2008
Reputation:
0
You need to add 'new name[MAX_PLAYER_NAME];' and correctly position your returns (thats the 'return 1;').
Posts: 591
Threads: 121
Joined: Oct 2010
Reputation:
0
already fixed, sorry for not letting you guys know lol
but thx anyways