Search Results
The Error: PHP код: warning 209: function "NearATrunk" should return a value.  My Code: PHP код: stock bool:NearATrunk(PlayerID, &TheVehicleID) {     for(new Vehi...
111
i mean somthing like this, but on the right and the left of the player... PHP код: stock GetXYInFrontOfPlayer(playerid, &Float:x, &Float:y, Float:distance) {     // Created by...
50
try this: pawn Код: public OnPlayerRequestClass(playerid, classid){    SetPlayerTeamFromClass(playerid, classid);    return 1;}SetPlayerTeamFromClass(playerid, classid){    switch(classid) ...
101
look like you need to record a NPC and play it
185
not perfect, but... pawn Код: new Float:Distance = 1.0;    new Float:Position[3];    new Float:Rotation;    GetVehiclePos(VehicleID, Position[0], Position[1], Position[2]);    GetVehicleZA...
185
as the title says, using this fails. pawn Код: new Format[128];    format(Format, 128, "[INFO] {FFFFFF}Press {FF0000}%s {FFFFFF}To View The Vehicle Options.",KEY_SUBMISSION);    SendClientMess...
77
https://sampforum.blast.hk/showthread.php?tid=171598 - StrickenKid Plugin (what i use) Part 1: [ame]http://www.youtube.com/watch?v=1rycH2VANb8[/ame] Part 2: [ame]http://www.youtube.com/watch?v=f63tWA...
53
i had a two extra ")" edited the code try now
131
how me the error lines, and did u create a stock named CreatePlayerMission ??
131
ESET || Avast - nothing pass them
102
make it like that Example weapon part: /give weapon target weaponid Example drug part: /give drugs target amount now u have three params in each
163
PHP код: public OnPlayerCommandText(playerid, cmdtext[]) {     if(IsPlayerInAnyVehicle(playerid))     {         new VehicleModel = GetVehicleModel(GetPlayerVehicleID(player...
131
does the console says any thing, the irc.pwn that comes with incognito debug almost everything
154
weird i had the same problem and i fixed it by removing the space in the bot name, are you sure its not script problem, i recommend using Incognito IRC plugin : https://sampforum.blast.hk/showthread.p...
154
https://samp-streamer-plugin.******c...v2_6_1_r84.zip // streamer latest version
186
like Anak Said PHP код: public OnPlayerRequestClass(playerid, classid) {     SetSpawnInfo(playerid,NO_TEAM,299,1958.3783,1343.1572,15.3746,270,0,0,0,0,0,0);     SpawnPlayer(playerid);...
153