• Welcome to Vice City Multiplayer.
 

GUPS 1.16a

Started by Tamas, January 17, 2010, 02:15:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tamas

General Use Pawn Script
Features:


  • Registration System
  • Admin System
  • Vehicle System
  • Property System

The whole script is based on text files  :P
All admin commands located in the "Commands.ini" file.

If you find any bugs feel free to fix or report it to me ;D
Special thanks to the following peoples:


  • DracoBlue(plugins)
  • Falcon(Developer) ;D
  • Xerxes(plugins)
  • PlayerX(Functions)
  • Boss(PSA)

Current Version: 1.16a
Mirror#1: Download

Hancock

Hancock Of VC-MP


Hancock

There is a little problem about commands ( its a little spam ) :

else if (strcmp(cmd, "!accountcmds", true) == 0) {
SendClientMessageToAll(ORANGE, "/c register, /c login, /c logout, /c newpassword");
return 1;


can u see ClientMessage to ALL !

even in !naturalcmds !vehiclecmds and !commands. i hope u fix this
Hancock Of VC-MP


NicoArin


MrAcmering

Quote from: Hancock on January 17, 2010, 02:50:40 PM
There is a little problem about commands ( its a little spam ) :

else if (strcmp(cmd, "!accountcmds", true) == 0) {
SendClientMessageToAll(ORANGE, "/c register, /c login, /c logout, /c newpassword");
return 1;


can u see ClientMessage to ALL !

even in !naturalcmds !vehiclecmds and !commands. i hope u fix this


heh lol, you need to set it to
   
SendClientMessage(playerid, ORANGE, "/c register, /c login, /c logout, /c newpassword", 0);



YaY

Devian


Hancock

Quote from: MrAcmering on January 17, 2010, 05:04:29 PM
Quote from: Hancock on January 17, 2010, 02:50:40 PM
There is a little problem about commands ( its a little spam ) :

else if (strcmp(cmd, "!accountcmds", true) == 0) {
SendClientMessageToAll(ORANGE, "/c register, /c login, /c logout, /c newpassword");
return 1;


can u see ClientMessage to ALL !

even in !naturalcmds !vehiclecmds and !commands. i hope u fix this


heh lol, you need to set it to
   
SendClientMessage(playerid, ORANGE, "/c register, /c login, /c logout, /c newpassword", 0);



yeah i know but it will be a spam for "noob users" ( they dont know how to change it )
Hancock Of VC-MP


Javi


[MK]Faudra

!adminsx crashes the server and there isnt any !admincmds

[AoD]NC

After the topic i thought that Tommis is back ;o.

Anyway good work Tamas. Just fix these bugs that ppl posted :).
* [AoD]NC is happy because now he has 2 sampel scripts for maybe learning pawn :)

Mattz

Nice job!

Quote from: [AoD]NC on January 17, 2010, 09:07:13 PM
Anyway good work Tamas. Just fix these bugs that ppl posted :).

Pinned :>

Sephiroth


Tamas

#12
Quote!adminsx crashes the server and there isnt any !admincmds

Yes i know about that bug, thats why i commented out that line  :)
Other bugs will be fixed.


!admins command has been fixed and !admincmds filled up with the needed infos.
Redownload the script from the current location.

chn batista


Tamas

#14
Update!
Current Version: 1.15

A lot of bugs has been fixed and added some new admin & public commands (check the commands.ini for more informations)

From now the missing function (getplayerskin) available  :)
The new server call (PlayerVersion) also added.

If you want to enable/disable the basic r2 functions check the serverconfig file where you can do this. Use boolean values (0=disabled,1=enabled)