Search Results
you can customise your vehicle by AddVehiclecomponent
https://sampwiki.blast.hk/wiki/AddVehicleComponent
98
thanks for your help Elmin
btw it worked with the timer !
242
pawn Код:
forward OnPlayerPrivatemesage(playerid, recieverid, text[]);
at the top of your script
199
pawn Код:
dcmd_at(playerid,params[]) { new trailerid[256], interior, vehicle, Index, Float:X,Float:Y,Float:Z, car; trailerid = strtok(params,Index); GetPlayerPos(playerid, X,Y,Z); ...
242
Quote:
Originally Posted by mininou
C:\Documents and Settings\Minikiller\Bureau\criminalita.pwn(53246) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright...
174
Quote:
Originally Posted by abineri
Quote:
Originally Posted by _Saif_
Use SetTimerEx
or SetTimer
How do i use that?
You can also find their Usage by SetTimer(//Press CT...
240
Код:
if(gTeam[playerid] == TEAM_COP && PlayerInfo[playerid][pRank] == 1 || gTeam[playerid] == TEAM_ARMY && PlayerInfo[playerid][pRank] == 2)
{
remove this line
264
Quote:
Why both?
RepairVehicle is enough, It fixes everything.
SetVehicleHealth only fixes the vehicle health it doesnt fixes its components and according to him he said he needs ...
293
new Float:angle;
Код:
GetPlayerFacingAngle(angle);
SetPlayerFacingAngle(playerid, angle);
and the brand new vehicle you can do it by SetVehicleHealth and RepairVehicle
293
Quote:
Originally Posted by MR Loose Brackets
Ok im getting this error but i do have the file in my includes soo i tried // then it says a different one ive had this before but cant rember...
167
i dont know that you mean to remove only gun or all the weapons
https://sampwiki.blast.hk/wiki/ResetPlayerWeapons
try to get a help from this . It may help you
252
Quote:
Originally Posted by kauposoopa
where i put it? do i do it with pawno? and how i do maybe you can make vid
put it under the OnPlayerCommantext
Код:
public OnPlayerCommandT...
258
Quote:
Originally Posted by kauposoopa
but where i but it? i m new in scripting but scripting are cool so plz help i do it with pawno?
when you want to call it .
For e.g you want to ...
258
Quote:
Originally Posted by jameskmonger
Thanks. I've got registration and login working (via dini), can you help me make it save when they log out?
on register command
Код:
dini_In...
202
Код:
SendClientMessageToAll(color, "Visit Our website www.yourdomain.com");
Or
Код:
SendClientMessage(playerid, color, "Visit Our website www.yourdomain.com");
258
Quote:
Originally Posted by [AC
Etch ]
try that :
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/adminship", cmdtext, true, 10) == 0)
{
if(IsPlayerAdmin(playeri...
395
Quote:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/adminship", cmdtext, true, 10) == 0)
{
IsPlayerAdmin(playerid) ;
{
SetPlayerPos(playerid, 3203.9760,-1472.5383,...
395