Author Topic: [V.1]Script pawn in sq!  (Read 3037 times)

0 Members and 1 Guest are viewing this topic.

Offline USA.Ghost

  • Street Thug
  • *
  • Posts: 42
  • Pawn Scripter, IT Professional
    • View Profile
    • NE Clan Official forum
[V.1]Script pawn in sq!
« 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 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

OLD VERSIONS:
V1 : SendClientMessageToAll(color, message); and SendClientMessage(playerid, color, message);
« Last Edit: February 22, 2013, 04:46:20 pm by USA.Ghost »



Click the Click Here button on top to earn free cash by completing offers, surveys, refer others and much more

Click here to join my clan

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: [V.1]Script pawn in sq!
« Reply #1 on: February 23, 2013, 12:15:55 am »
This is for Squirrel; please post it on the Squirrel forums.
Locked.
Do not PM me for support.