Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: jimmy on February 16, 2012, 01:25:29 am
-
hy guys i have some questions for PWN script
1-How can i do Friendly Fire for only one player?? means only one player can kill everybody include his team
2-Can Someone tell me when we type !heal my player freeze there and when i healed and i get unfreeze how to do this??
3-when i set my StartPlayerPos in Malibu and come in game the screen doesnt come in malibu Why??
4-How i can connect my mIRC to my PWN Server??
Please Must Reply in Format of 1- Ans here of Question one
-
1-How can i do Friendly Fire for only one player?? means only one player can kill everybody include his team
Try setting a player's team to -1.
2-Can Someone tell me when we type !heal my player freeze there and when i healed and i get unfreeze how to do this??
Search the forum, this has been done a few times before.
3-when i set my StartPlayerPos in Malibu and come in game the screen doesnt come in malibu Why??
You have to set the camera position and where the camera is looking as well. Search the forum, there's likely to be a guide about it.
4-How i can connect my mIRC to my PWN Server??
There is no working way of doing this. Only Squirrel and mIRC servers can efficiently do IRC echoes, and mIRC is a dead language.
-
1- i need to set the player team to -1 how ??
2-ok i will search
3-No i know how to set it but when i set in malibu the malibu doesnt come
4-but my friends do this
-
1- i need to set the player team to -1 how ??
If there's a SetPlayerTeam function (I hope there is),
SetPlayerTeam( playerid, -1 );
3-No i know how to set it but when i set in malibu the malibu doesnt come
Oh, you're inside the Malibu? Only Squirrel servers would allow that. You can't set a player's interior in Pawn, and the Malibu is its own interior. It won't work.
4-but my friends do this
In Pawn? They're probably using PSA, which is buggy, unreliable, and just really slow.
-
1-i need to do free for wall for one player not for all players
-
Yes Jimmy I know How to Connect Pawn With Mirc .. So Read Your Pm.
-
1-i need to do free for wall for one player not for all players
If you set a player's team to -1, they'll be in the free-for-all team, not everyone else.
-
ah stormeus get u thanks man
-
i have to add new skin
-
or to do this gSkins[-58] = "Beach guy #5"; i did it but not its not compiling
i dont know where to add SetPlayerTeam(playerid,-1) tell me