Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => ShowRoom (pawn) => Topic started by: USA.Ghost on February 22, 2013, 04:37:37 pm

Title: [V.1]Script pawn in sq!
Post by: USA.Ghost on February 22, 2013, 04:37:37 pm
Hi guys,
This is my second release and it is very useful for people moving to sq just for functions like mute,reloadscript, etc. Its even useful for me!

It turns the SQ functions into defined state of pawn (sorry if you cant understand, i cant help you)
It does things like converting ClientMessageToAll(message, color_red, color_green, color_blue); into SendClientMessageToAll(color, message); In V.1 the supported colors are: GREEN, COLOR_GREEN, RED, COLOR_RED and more will be included in the next version.
I give special credits to VC Wiki (http://liberty-unleashed.co.uk/VCWiki/Scripting/squirrel) because i got those functions that are actually in sq from there

You can download it from here. NO .EXE FILE INCLUDED
NOTE: You must make on onScriptLoad:
Code: [Select]
dofile("files"); and replace files with all the files included and put them in your script directory
NL USA - Pawn definer for sq (http://www.solidfiles.com/d/e112142832/)

OLD VERSIONS:
V1 : SendClientMessageToAll(color, message); and SendClientMessage(playerid, color, message);
Title: Re: [V.1]Script pawn in sq!
Post by: stormeus on February 23, 2013, 12:15:55 am
This is for Squirrel; please post it on the Squirrel forums. (http://vcmp.liberty-unleashed.co.uk)
Locked.