Need help. [Giving Rep]
#7

When I tried this..
Quote:
Originally Posted by ScriptJorkis
pawn Код:
//add this on the top of the code where the setplayerhealth(playerid, health + 100000); is at
SetPVarInt(playerid, "MyHealth", GetPlayerHealth(playerid));
SetPVarInt(playerid, "MyArmour", GetPlayerArmour(playerid));
//then below after they off duty
SetPlayerHealth(playerid, GetPVarInt(playerid, "MyHealth"));
SetPlayerArmour(playerid, GetPVarInt(playerid, "MyArmour"));
It gave me two warnings

Код:
D:\Game\Sa-mp\Server\Current\NG-RP\gamemodes\NG-RP.pwn(30654) : warning 202: number of arguments does not match definition
D:\Game\Sa-mp\Server\Current\NG-RP\gamemodes\NG-RP.pwn(30655) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
And when I tried this
Quote:
Originally Posted by sGarfield
pawn Код:
//add this on the top of the code where the setplayerhealth(playerid, health + 100000); is at
GetPlayerHealth(playerid, SetPVarFloat(playerid,"Heal"));
GetPlayerArmour(playerid, SetPVarFloat(playerid,"Armour");
//then below after they off duty
SetPlayerHealth(playerid, GetPVarFloat(playerid, "Heal"));
SetPlayerArmour(playerid, GetPVarFloat(playerid, "Armour"));
It gave me two Errors


Код:
D:\Game\Sa-mp\Server\Current\NG-RP\gamemodes\NG-RP.pwn(30654) : warning 202: number of arguments does not match definition
D:\Game\Sa-mp\Server\Current\NG-RP\gamemodes\NG-RP.pwn(30654) : error 035: argument type mismatch (argument 2)
D:\Game\Sa-mp\Server\Current\NG-RP\gamemodes\NG-RP.pwn(30655) : warning 202: number of arguments does not match definition
D:\Game\Sa-mp\Server\Current\NG-RP\gamemodes\NG-RP.pwn(30655) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
Need help. [Giving Rep] - by John_Johnson - 11.01.2012, 07:57
Re: Need help. [Giving Rep] - by ScriptJorkis - 11.01.2012, 07:59
Re: Need help. [Giving Rep] - by John_Johnson - 11.01.2012, 08:06
Re: Need help. [Giving Rep] - by ScriptJorkis - 11.01.2012, 08:12
Re: Need help. [Giving Rep] - by sGarfield - 11.01.2012, 08:23
Re: Need help. [Giving Rep] - by John_Johnson - 11.01.2012, 08:52
Re: Need help. [Giving Rep] - by John_Johnson - 11.01.2012, 08:56
Re: Need help. [Giving Rep] - by ScriptJorkis - 11.01.2012, 09:02
Re: Need help. [Giving Rep] - by John_Johnson - 11.01.2012, 09:30

Forum Jump:


Users browsing this thread: 1 Guest(s)