Home
Help
Search
Login
Register
Vice City Multiplayer
»
VC:MP 0.3
»
mIRC/pawn Scripting
(Moderators:
Simon
,
kenny01
) »
wHAT IS THIs for?
« previous
next »
Print
Pages: [
1
]
Author
Topic: wHAT IS THIs for? (Read 2874 times)
0 Members and 1 Guest are viewing this topic.
Fuzzy168
VC:MP Veteran
Posts: 729
Programming since 2011
wHAT IS THIs for?
«
on:
October 01, 2011, 08:57:17 am »
[pawn] new q,c=0;
for (q=0;q < MAX_PLAYERS; q++) {
if (IsPlayerConnected(q)) {
new pname[MAX_PLAYER_NAME+1];
GetPlayerName(q,pname,MAX_PLAYER_NAME);
gPlayers[q] = pname;
c++;
} else { gPlayers[q] = ""; }
}[/pawn]
Found it on
OnGameModeInit
Logged
I'm beginning to feel like a Lag God, Lag God
yazeen
Guest
Re: wHAT IS THIs for?
«
Reply #1 on:
October 01, 2011, 09:11:10 am »
[pawn]GetPlayerName [/pawn]
Logged
Fuzzy168
VC:MP Veteran
Posts: 729
Programming since 2011
Re: wHAT IS THIs for?
«
Reply #2 on:
October 01, 2011, 09:21:50 am »
What happens if i remove it?
Logged
I'm beginning to feel like a Lag God, Lag God
DilsonTB
Made Man
Posts: 140
VC:MP Developer. & SA:MP Currently Developer
Re: wHAT IS THIs for?
«
Reply #3 on:
October 01, 2011, 03:33:10 pm »
Well Fuzzy i think if you remove it, the server wont know the name of the player ex:
[%25 has joined the arena fighting.
Logged
_______________________________________________
¬ VC:MP Squirrel Developer.
¬ VC:MP pawno Developer.
¬ SA:MP Developer.
¬
¬ Actually developing " San Fierro Roleplay - Latino ", with
my beta team testers, Mapper + Scripter ( me ), 18,000
lines, and is 34% finished. hope to finish it in 4 Or 3 Months.
- MYSQL FULL BASED.
- PCU.
_______________________________________________
omarlin97
Street Thug
Posts: 41
Scripter The Server Pawno
Re: wHAT IS THIs for?
«
Reply #4 on:
October 01, 2011, 08:12:52 pm »
If you Dilson Reason the name of the player ex:
Logged
Owner end creator the Server TDM
Dominican Server Latino
web site:
http://dominicanserver.net16.net/
DilsonTB
Made Man
Posts: 140
VC:MP Developer. & SA:MP Currently Developer
Re: wHAT IS THIs for?
«
Reply #5 on:
October 03, 2011, 02:43:23 am »
What!!? Google translate have so much problems.... lol speak in spanish then i will traduce it for you..
Sorry i dont understand what do you wanna say to me....
Logged
_______________________________________________
¬ VC:MP Squirrel Developer.
¬ VC:MP pawno Developer.
¬ SA:MP Developer.
¬
¬ Actually developing " San Fierro Roleplay - Latino ", with
my beta team testers, Mapper + Scripter ( me ), 18,000
lines, and is 34% finished. hope to finish it in 4 Or 3 Months.
- MYSQL FULL BASED.
- PCU.
_______________________________________________
Print
Pages: [
1
]
« previous
next »
Vice City Multiplayer
»
VC:MP 0.3
»
mIRC/pawn Scripting
(Moderators:
Simon
,
kenny01
) »
wHAT IS THIs for?