• Welcome to Vice City Multiplayer.
 

GUPS 1.16a

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

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MISHA123152

how to respawn near the house that I bought?
Experience VCMP: 4 years.
Professional coder: gamemodes, filterscripts.

Tamas

"PerformSQLquerySelect" is part of PSA, that symbol is never used as the warning message said.
You could remove it, but don't count it as an error.

MISHA123152

Thanks Tamas, and how to respawn near the house that I bought?
Experience VCMP: 4 years.
Professional coder: gamemodes, filterscripts.

kartikeyp1

i downloaded it and running it but pickup system not work /c addprop not working it says property added but its not showing i restarted server then also not showing pickup i can only edit prop pickup to any place like bank that come with gups1.6a when downloaded i cant make new.

Tamas

Creating pickups during ingame is currently not possible with the pawno server.
So I think using the pickup system is totally useless until they fix it.

88nateatx

I need help  :-\ could you help me make it so that you could !heal anywhere you wanna? please I'm a noob at pawn  :'(

else if (strcmp(cmd, "!heal", true) == 0) {
new Float:Health; GetPlayerHealth(playerid,Health);
                                        if(strcmp(GetPlayerLocation(playerid), "Hospital-Vice-Point-Vice-City-Beach", true) == 1)                                         

SendClientMessage(playerid,COLOR_GREEN, "You have to be at the hospital.");
  else if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
else {
SetPlayerHealth(playerid,100.0);
    SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
}
return 1;



Jancis71

else if (strcmp(cmd, "!heal", true) == 0) {
      new Float:Health; GetPlayerHealth(playerid,Health);

        if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
      else {
         SetPlayerHealth(playerid,100.0);
            SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
      }
      return 1;

TheRevenge


thijn




Tamas

Link has been fixed.
Use google chrome, internet explorer or anything else except firefox.

88nateatx

Quote from: Jancis71 on September 05, 2010, 09:31:23 PM
else if (strcmp(cmd, "!heal", true) == 0) {
      new Float:Health; GetPlayerHealth(playerid,Health);

        if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
      else {
         SetPlayerHealth(playerid,100.0);
            SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
      }
      return 1;

This Pawno example can teach ya so much about Pawn Scripting, and just makes ya wanna build the server yourself :D hmmm... a zombeh server? maybe lol

Callum

How exactly can you map new properties? And when I looked at the property files, where exactly is the property pos stored?

Terminatorupgrade 2

#58
how to add prop from pawno server please .give any code

Quotezombeh server? maybe lol
Sure i made one  ;D

~Don't double post~