|
|
#1221 |
|
Little Clucker
![]() Join Date: Apr 2013
Posts: 2
Reputation: 0
|
Se poate face Dealership cu comanda de ex: /buycar dar pe ini ca la MySQL nu am daca DA cum ?
|
|
|
|
|
|
#1222 |
|
Little Clucker
![]() Join Date: Apr 2013
Posts: 31
Reputation: 0
|
Am un edit de la GF, cum fac ca wantedul sa imi apara sub forma de stele sub bani?
|
|
|
|
|
|
#1223 | |
|
Huge Clucker
![]() ![]() ![]() Join Date: Sep 2011
Posts: 306
Reputation: 1
|
Quote:
Code:
new stars Code:
new wanted = GetPlayerWantedLevel(playerid); SetPlayerWantedLevel(playerid, wanted + 1); Code:
if(PlayerInfo[playerid][pJailed] == 1)
{
SetPlayerInterior(playerid, 6);
SetPlayerPos(playerid,264.6288,77.5742,1001.0391);
SendClientMessage(playerid, COLOR_LIGHTRED, "Incomplete Jail Sentence, back to jail.");
return 1;
}
Code:
SetPlayerWantedLevel(playerid, 0); Code:
if(count == 1)
{
GivePlayerMoney(playerid, - price);
PlayerInfo[playerid][pWantedDeaths] += 1;
PlayerInfo[playerid][pJailed] = 1;
PlayerInfo[playerid][pJailTime] = (WantedLevel[playerid])*(1000);
format(string, sizeof(string), "* You are in Jail for %d Seconds and lose $%d because of running away and getting shot by the Officer.", PlayerInfo[playerid][pJailTime], price);
SendClientMessage(playerid, COLOR_LIGHTRED, string);
WantedPoints[playerid] = 0;
WantedLevel[playerid] = 0;
}
}
}
Code:
PlayerInfo[playerid][pJailTime] = (WantedLevel[playerid])*(1000) Code:
SetPlayerWantedLevel(playerid, 0); Code:
format(turnmes, sizeof(turnmes), "You've commited a Crime ( %s ). Reporter: %s.",reason,turner); Code:
new wanted = GetPlayerWantedLevel(playerid); SetPlayerWantedLevel(playerid, wanted + 1);
|
|
|
|
|
|
|
#1224 |
|
Little Clucker
![]() Join Date: May 2013
Location: Moldova
Posts: 10
Reputation: 0
|
Ajutor va rog cu streamer-ul :
la aceasta linie Code:
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0); Code:
pawno\include\streamer.inc(158 ) : error 029: invalid expression, assumed zero pawno\include\streamer.inc(158 ) : error 008: must be a constant expression; assumed zero \pawno\include\streamer.inc(158 ) : error 001: expected token: ";", but found "const" \pawno\include\streamer.inc(158 ) : fatal error 107: too many error messages on one line |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xMovie Entertainment (3 vids): "Like a boss" "The rapist" "Jizz in my pants" | xMovie | Screenshots and Videos | 11 | 27/03/2012 12:10 PM |
| Hmm i have a COLOR_"Color" Probleme ._. | MrEnd | Help Archive | 8 | 24/05/2010 11:49 AM |
| [duv] COmo criar um chat "vip" pra godfather? | xolp25 | Português/Portuguese | 8 | 27/12/2009 05:36 PM |
| Admin script requires "ReturnUser", "strtok" and "IsNumeric" | Rubennnnn | Help Archive | 1 | 02/12/2009 06:08 PM |
| "Bots", "AI", "NPCs"... Computer-controlled pedestrians and traffic! | ssflsnoob | General | 2 | 23/11/2008 06:06 PM |