Jump to content
  • 0

pomoc [Help-Skiny na body


Guest dvv

Dotaz

čau dělám taky mod prison a nevim jak udělat dozorce když na ně nemáš body ja tamd a podmínku a pustě tě to bez bodu a napíše to nemáš na nej body ale pustí tě to :d prosím pomocte

Link to comment
Share on other sites

Recommended Posts

  • 0

jasne podľa teba je v poriadku keď si tu 50 ľudi založi ten isty help ???... a potom tu je zbytočne Hledat každy si napiše Help "Urobte mi TuT"

 

Om3n ma pravdu : "STOP PODPOROVÁNÍ LAM VKLÁDÁNÍM CELÝCH SCRIPTU DO JEJICH HELP TOPICŮ

"

Link to comment
Share on other sites

  • 0

Ak to tak veľmi chce vedieť tak použije Hledat je jasne že najľahšie je napisať Help a čakať kym mu niekto napiše komplet hoc aj cely mod...

 

 

Nakoniec ja sa tu nebudem hadať napisal som svoje a .

Link to comment
Share on other sites

  • 0

to určitě :d

 

-- čtv 15. črc 2010 8:39:18 --

 

ja to mam v mode takhle a me to taky nepaci

if(GetPlayerScore(playerid) < 2500){
}
SetPlayerSkin(playerid,165);
SetPlayerColor(playerid,0x0000BBAA);
SetPlayerInterior(playerid,0);
GivePlayerWeapon(playerid,3,100);
GivePlayerWeapon(playerid,24,100);
SetPlayerPos(playerid,1345.8031,2148.6475,41.4492);
}else{SendClientMessage(playerid,0x33CCFFAA,"Nemáš 2500 bodů na vnitřního dozorce!");
}

Link to comment
Share on other sites

  • 0
if(GetPlayerScore(playerid) < 2500)return SendClientMessage(playerid,0x33CCFFAA,"Nemáš 2500 bodů na vnitřního dozorce!");
if(GetPlayerScore(playerid) =>2500)
{
SetPlayerSkin(playerid,165);
SetPlayerColor(playerid,0x0000BBAA);
SetPlayerInterior(playerid,0);
GivePlayerWeapon(playerid,3,100);
GivePlayerWeapon(playerid,24,100);
SetPlayerPos(playerid,1345.8031,2148.6475,41.4492);
}

Link to comment
Share on other sites

  • 0

he diky to se mi bude hodit :)

 

-- čtv 15. črc 2010 9:23:12 --

 

je to tam takhe a hazi to erory

if (iPlayerRole[playerid] == 17)
{
if(GetPlayerScore(playerid) < 2500)return SendClientMessage(playerid,0x33CCFFAA,"Nemáš 2500 bodu na vnitoního dozorce!");
if(GetPlayerScore(playerid) =>2500)
{
SetPlayerSkin(playerid,165);
SetPlayerColor(playerid,0x0000BBAA);
SetPlayerInterior(playerid,0);
GivePlayerWeapon(playerid,3,100);
GivePlayerWeapon(playerid,24,100);
SetPlayerPos(playerid,1345.8031,2148.6475,41.4492);
}
}

 

erory :

(497) : warning 211: possibly unintended assignment
(497) : error 022: must be lvalue (non-constant)
(497) : error 029: invalid expression, assumed zero
(497) : warning 215: expression has no effect
(497) : error 001: expected token: ";", but found ")"
(497) : fatal error 107: too many error messages on one line

 

Řadek 497:

if(GetPlayerScore(playerid) =>2500)

Link to comment
Share on other sites

  • 0


if (iPlayerRole[playerid] == 17)
{
if(GetPlayerScore(playerid) < 2499)
{
SetPlayerSkin(playerid,165);
SetPlayerColor(playerid,0x0000BBAA);
SetPlayerInterior(playerid,0);
GivePlayerWeapon(playerid,3,100);
GivePlayerWeapon(playerid,24,100);
SetPlayerPos(playerid,1345.8031,2148.6475,41.4492);
}else{
SendClientMessage(playerid,0x33CCFFAA,"Nemáš 2500 bodů na vnitřního dozorce!");
}
}

 

 

skus

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...