05.01.2010, 11:40
alguien me dice como uso mido stream pofavor
#include <a_samp>
#include <MidoStream>
public OnFilterScriptInit()
{
//aca pones tus objetos. ej:
CreateStreamObject(1668, 2005.804199, 2226.624268, 11.639277, 0.0000, 0.0000, 0.0000, 500);
CreateStreamObject(1669, 2001.322998, 2223.902344, 12.747864, 0.0000, 5.1566, 0.0000, 500);
CreateStreamObject(1551, 2000.830933, 2226.712158, 12.244444, 0.0000, 12.8916, 0.0000, 500);
CreateStreamObject(1951, 2001.434692, 2223.804688, 13.912299, 0.0000, 5.1566, 0.0000, 500);
CreateStreamObject(1520, 2003.332642, 2223.871094, 13.575435, 0.0000, 0.0000, 0.0000, 500);
return 1;
}
public OnPlayerDisconnect(playerid, reason)
{
MidoStreamDisconnect(playerid);
return 1;
}
C:\Documents and Settings\BlackCrystal™\Mis documentos\Server3.0\filterscripts\Oiz.pwn(12) : warning 202: number of arguments does not match definition
174 Warnings.
CreateStreamedObject(modeloid, posx, posy, posz, rotx, roty, rotz);
Originally Posted by FlowMen
por que excedes esto:
Код:
CreateStreamedObject(modeloid, posx, posy, posz, rotx, roty, rotz); |
Originally Posted by FlowMen
usa el streamer de incognito buscalo en la seccion plugins
|