HELP FAST
#1

How can i add another name to this ?

Code:
if(!IsPlayerName(playerid,"TheKing"))
Reply
#2

I dont really understand, can you try to explain in more details?
Reply
#3

pawn Code:
if(!IsPlayerName(playerid,"TheKing") && !IsPlayerName(playerid, "OtherName"))
To add another name as parameter, just modify the IsPlayerName function.
Reply
#4

Change This:
pawn Code:
if(!IsPlayerName(playerid,"TheKing"))
To This:
pawn Code:
if(!IsPlayerName(playerid,"YourNameHere"))
Simple lel! And try to find also TheKing via PAWNO (F2)


OR


Do what HazardouS said.

OFFTOPIC: i didn't understand well your question. but now i doubt what you want it.
Reply
#5

LOOOL.
Guys.
Don't think me that stupid.

I want another name,

Example:
Code:
IsPlayerName TheKing + TheKing2.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)